1
0
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:
Rémi Verschelde
2025-06-10 17:56:18 +02:00
3 changed files with 9 additions and 10 deletions

View File

@@ -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