aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_editor.cpp
diff options
context:
space:
mode:
authorJames McLean2015-06-22 00:33:52 -0400
committerJames McLean2015-06-22 00:33:52 -0400
commit8edf4a56f1055c1c08ee3d485e0b857dbac5dc93 (patch)
tree1f6f63534ff8ac60ba6e49a79a70de783149c23f /modules/gdscript/gd_editor.cpp
parent4e3ec18f7e0794900974f70de4e293838d48c9fe (diff)
parente9bbb97acccc08ae03fde41e4cc6d2dc6722021a (diff)
downloadgodot-8edf4a56f1055c1c08ee3d485e0b857dbac5dc93.tar.gz
godot-8edf4a56f1055c1c08ee3d485e0b857dbac5dc93.tar.zst
godot-8edf4a56f1055c1c08ee3d485e0b857dbac5dc93.zip
Merge branch 'master' of github.com:okamstudio/godot into development
Diffstat (limited to 'modules/gdscript/gd_editor.cpp')
-rw-r--r--modules/gdscript/gd_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_editor.cpp b/modules/gdscript/gd_editor.cpp
index f59dbd91d..0edfd6b9a 100644
--- a/modules/gdscript/gd_editor.cpp
+++ b/modules/gdscript/gd_editor.cpp
@@ -1195,7 +1195,7 @@ static void _find_identifiers(GDCompletionContext& context,int p_line,bool p_onl
}
static const char*_type_names[Variant::VARIANT_MAX]={
- "null","bool","int","float","String","Vector2","Rect2","Vector3","Matrix32","Plane","Quat","AABB","Matrix3","Trasnform",
+ "null","bool","int","float","String","Vector2","Rect2","Vector3","Matrix32","Plane","Quat","AABB","Matrix3","Transform",
"Color","Image","NodePath","RID","Object","InputEvent","Dictionary","Array","RawArray","IntArray","FloatArray","StringArray",
"Vector2Array","Vector3Array","ColorArray"};