Juan Linietsky 9 лет назад
Родитель
Сommit
64872ca811
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      modules/gdscript/gd_functions.cpp
  2. 1 1
      modules/gdscript/gd_tokenizer.cpp

+ 1 - 1
modules/gdscript/gd_functions.cpp

@@ -98,8 +98,8 @@ const char *GDFunctions::get_func_name(Function p_func) {
 		"load",
 		"load",
 		"inst2dict",
 		"inst2dict",
 		"dict2inst",
 		"dict2inst",
-		"Color8",
 		"hash",
 		"hash",
+		"Color8",
 		"print_stack",
 		"print_stack",
 		"instance_from_id",
 		"instance_from_id",
 	};
 	};

+ 1 - 1
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) {
 Error GDTokenizerBuffer::set_code_buffer(const Vector<uint8_t> & p_buffer) {