فهرست منبع

Fix missing parenthesis

Rémi Verschelde 7 سال پیش
والد
کامیت
aeae05a2f4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;