mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge pull request #23018 from lupoDharkael/parse-bug
GDScriptTokenizer: Fix token_names order
This commit is contained in:
@@ -128,8 +128,8 @@ const char *GDScriptTokenizer::token_names[TK_MAX] = {
|
||||
"'.'",
|
||||
"'?'",
|
||||
"':'",
|
||||
"'->'",
|
||||
"'$'",
|
||||
"'->'",
|
||||
"'\\n'",
|
||||
"PI",
|
||||
"TAU",
|
||||
|
||||
Reference in New Issue
Block a user