mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 23:31:53 -05:00
GDScriptTokenizer: Fix token_names order
This commit is contained in:
@@ -128,8 +128,8 @@ const char *GDScriptTokenizer::token_names[TK_MAX] = {
|
|||||||
"'.'",
|
"'.'",
|
||||||
"'?'",
|
"'?'",
|
||||||
"':'",
|
"':'",
|
||||||
"'->'",
|
|
||||||
"'$'",
|
"'$'",
|
||||||
|
"'->'",
|
||||||
"'\\n'",
|
"'\\n'",
|
||||||
"PI",
|
"PI",
|
||||||
"TAU",
|
"TAU",
|
||||||
|
|||||||
Reference in New Issue
Block a user