You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Merge pull request #106552 from nikitalita/bytecode-version-bump
Bump script bytecode version after token enum change
This commit is contained in:
@@ -45,6 +45,7 @@ public:
|
||||
};
|
||||
|
||||
struct Token {
|
||||
// If this enum changes, please increment the TOKENIZER_VERSION in gdscript_tokenizer_buffer.h
|
||||
enum Type {
|
||||
EMPTY,
|
||||
// Basic
|
||||
|
||||
Reference in New Issue
Block a user