Browse Source

Added missing onready token name

Ignacio Etcheverry 9 years ago
parent
commit
d50e8d2bad
1 changed files with 1 additions and 0 deletions
  1. 1 0
      modules/gdscript/gd_tokenizer.cpp

+ 1 - 0
modules/gdscript/gd_tokenizer.cpp

@@ -88,6 +88,7 @@ const char* GDTokenizer::token_names[TK_MAX]={
 "func",
 "func",
 "class",
 "class",
 "extends",
 "extends",
+"onready",
 "tool",
 "tool",
 "static",
 "static",
 "export",
 "export",