Fix missing parenthesis
This commit is contained in:
parent
2b91a2059b
commit
aeae05a2f4
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ static void actual_discoverer_handler() {
|
||||||
|
|
||||||
bool changed = false;
|
bool changed = false;
|
||||||
Array current_files;
|
Array current_files;
|
||||||
if (ProjectSettings::get_singleton()->has_setting("gdnative/singletons") {
|
if (ProjectSettings::get_singleton()->has_setting("gdnative/singletons")) {
|
||||||
current_files = ProjectSettings::get_singleton()->get("gdnative/singletons");
|
current_files = ProjectSettings::get_singleton()->get("gdnative/singletons");
|
||||||
}
|
}
|
||||||
Array files;
|
Array files;
|
||||||
|
|
Loading…
Reference in a new issue