mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Bump script bytecode version after token enum change
This commit is contained in:
@@ -39,6 +39,7 @@ public:
|
||||
COMPRESS_ZSTD,
|
||||
};
|
||||
|
||||
static constexpr uint32_t TOKENIZER_VERSION = 101;
|
||||
static constexpr uint32_t TOKEN_BYTE_MASK = 0x80;
|
||||
static constexpr uint32_t TOKEN_BITS = 8;
|
||||
static constexpr uint32_t TOKEN_MASK = (1 << (TOKEN_BITS - 1)) - 1;
|
||||
|
||||
Reference in New Issue
Block a user