Explorar o código

Fix missing parenthesis

Rémi Verschelde %!s(int64=7) %!d(string=hai) anos
pai
achega
aeae05a2f4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/gdnative/register_types.cpp

+ 1 - 1
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;