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
commit 2e216b50b5
No known key found for this signature in database
GPG key ID: C3336907360768E1
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