Kaynağa Gözat

Fix missing parenthesis

Rémi Verschelde 7 yıl önce
ebeveyn
işleme
aeae05a2f4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;