diff options
| author | Juan Linietsky | 2015-12-31 18:32:56 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-31 18:32:56 -0300 |
| commit | 64872ca8112f5b9c726914c51922e2c4e5c8f667 (patch) | |
| tree | 1eb29d7cb5e3c8a9b6d94d596b85637345fa611e /modules/gdscript/gd_functions.cpp | |
| parent | 37f2222dd77d4ebb9c4df1af598635ac73f0bcf6 (diff) | |
| download | godot-64872ca8112f5b9c726914c51922e2c4e5c8f667.tar.gz godot-64872ca8112f5b9c726914c51922e2c4e5c8f667.tar.zst godot-64872ca8112f5b9c726914c51922e2c4e5c8f667.zip | |
Diffstat (limited to 'modules/gdscript/gd_functions.cpp')
| -rw-r--r-- | modules/gdscript/gd_functions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/gd_functions.cpp b/modules/gdscript/gd_functions.cpp index 1990afb78..cdf383805 100644 --- a/modules/gdscript/gd_functions.cpp +++ b/modules/gdscript/gd_functions.cpp @@ -98,8 +98,8 @@ const char *GDFunctions::get_func_name(Function p_func) { "load", "inst2dict", "dict2inst", - "Color8", "hash", + "Color8", "print_stack", "instance_from_id", }; |
