diff options
| author | Rémi Verschelde | 2017-12-09 23:36:41 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-12-09 23:36:41 +0100 |
| commit | aeae05a2f40e5759b68f1675b3f41a6643627214 (patch) | |
| tree | ed1e96186d0e7fb938b44726123533c9fe5fe927 /modules/gdnative/register_types.cpp | |
| parent | 2b91a2059b62053aeeca368bec9c2a94bbe6f232 (diff) | |
| download | godot-aeae05a2f40e5759b68f1675b3f41a6643627214.tar.gz godot-aeae05a2f40e5759b68f1675b3f41a6643627214.tar.zst godot-aeae05a2f40e5759b68f1675b3f41a6643627214.zip | |
Diffstat (limited to 'modules/gdnative/register_types.cpp')
| -rw-r--r-- | modules/gdnative/register_types.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/register_types.cpp b/modules/gdnative/register_types.cpp index 20ed0dc32..1cb35ec00 100644 --- a/modules/gdnative/register_types.cpp +++ b/modules/gdnative/register_types.cpp @@ -106,7 +106,7 @@ static void actual_discoverer_handler() { bool changed = false; 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"); } Array files; |
