1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Fix missing comma

This commit is contained in:
Rémi Verschelde
2016-02-04 18:56:41 +01:00
parent 99d9188da8
commit ade7329625

View File

@@ -2696,7 +2696,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
"class",
"extends",
"func",
"preload"
"preload",
"setget",
"signal",
"tool",