Quellcode durchsuchen

Fix core search path

Daniele Bartolini vor 8 Jahren
Ursprung
Commit
f0e3c38fd9
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      tools/level_editor/level_editor.vala

+ 1 - 1
tools/level_editor/level_editor.vala

@@ -1416,7 +1416,7 @@ namespace Crown
 			/// More desirable paths come first
 			/// More desirable paths come first
 			string toolchain_paths[] =
 			string toolchain_paths[] =
 			{
 			{
-				"",
+				"../..",
 				"../../../samples"
 				"../../../samples"
 			};
 			};