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 | |
| parent | 37f2222dd77d4ebb9c4df1af598635ac73f0bcf6 (diff) | |
| download | godot-64872ca8112f5b9c726914c51922e2c4e5c8f667.tar.gz godot-64872ca8112f5b9c726914c51922e2c4e5c8f667.tar.zst godot-64872ca8112f5b9c726914c51922e2c4e5c8f667.zip | |
small fixes to color8
Diffstat (limited to 'modules/gdscript')
| -rw-r--r-- | modules/gdscript/gd_functions.cpp | 2 | ||||
| -rw-r--r-- | modules/gdscript/gd_tokenizer.cpp | 2 |
2 files changed, 2 insertions, 2 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", }; diff --git a/modules/gdscript/gd_tokenizer.cpp b/modules/gdscript/gd_tokenizer.cpp index 39c7f3cfc..b20663375 100644 --- a/modules/gdscript/gd_tokenizer.cpp +++ b/modules/gdscript/gd_tokenizer.cpp @@ -1043,7 +1043,7 @@ void GDTokenizerText::advance(int p_amount) { ////////////////////////////////////////////////////////////////////////////////////////////////////// -#define BYTECODE_VERSION 7 +#define BYTECODE_VERSION 8 Error GDTokenizerBuffer::set_code_buffer(const Vector<uint8_t> & p_buffer) { |
