mirror of
https://github.com/godotengine/godot.git
synced 2025-10-26 19:24:18 +00:00
GDScriptTokenizer: Fix token_names order
This commit is contained in:
parent
b95f0e61e0
commit
039e3e295a
1 changed files with 1 additions and 1 deletions
|
|
@ -128,8 +128,8 @@ const char *GDScriptTokenizer::token_names[TK_MAX] = {
|
|||
"'.'",
|
||||
"'?'",
|
||||
"':'",
|
||||
"'->'",
|
||||
"'$'",
|
||||
"'->'",
|
||||
"'\\n'",
|
||||
"PI",
|
||||
"TAU",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue