mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
GDScriptTokenizer: Fix token_names order
This commit is contained in:
parent
b95f0e61e0
commit
039e3e295a
@ -128,8 +128,8 @@ const char *GDScriptTokenizer::token_names[TK_MAX] = {
|
||||
"'.'",
|
||||
"'?'",
|
||||
"':'",
|
||||
"'->'",
|
||||
"'$'",
|
||||
"'->'",
|
||||
"'\\n'",
|
||||
"PI",
|
||||
"TAU",
|
||||
|
Loading…
Reference in New Issue
Block a user