Merge pull request #106552 from nikitalita/bytecode-version-bump
Bump script bytecode version after token enum change
This commit is contained in:
commit
2e216b50b5
3 changed files with 9 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue