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",
|
||||
"extends",
|
||||
"func",
|
||||
"preload"
|
||||
"preload",
|
||||
"setget",
|
||||
"signal",
|
||||
"tool",
|
||||
|
|
Loading…
Reference in a new issue