GDScriptTokenizer: Fix token_names order

This commit is contained in:
lupoDharkael 2018-10-14 23:34:53 +02:00
parent b95f0e61e0
commit 039e3e295a
1 changed files with 1 additions and 1 deletions

View File

@ -128,8 +128,8 @@ const char *GDScriptTokenizer::token_names[TK_MAX] = {
"'.'",
"'?'",
"':'",
"'->'",
"'$'",
"'->'",
"'\\n'",
"PI",
"TAU",