1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Added missing onready token name

This commit is contained in:
Ignacio Etcheverry
2016-01-07 18:59:37 +01:00
parent b6388e6001
commit d50e8d2bad

View File

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