Fix missing comma
This commit is contained in:
parent
99d9188da8
commit
ade7329625
1 changed files with 1 additions and 1 deletions
|
@ -2696,7 +2696,7 @@ void GDScriptLanguage::get_reserved_words(List<String> *p_words) const {
|
||||||
"class",
|
"class",
|
||||||
"extends",
|
"extends",
|
||||||
"func",
|
"func",
|
||||||
"preload"
|
"preload",
|
||||||
"setget",
|
"setget",
|
||||||
"signal",
|
"signal",
|
||||||
"tool",
|
"tool",
|
||||||
|
|
Loading…
Reference in a new issue