瀏覽代碼

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;