Jelajahi Sumber

Change the order of the filter

Guilherme Felipe 10 tahun lalu
induk
melakukan
734d539a7d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      core/globals.cpp

+ 1 - 1
core/globals.cpp

@@ -1381,7 +1381,7 @@ Globals::Globals() {
 
 	set("application/name","" );
 	set("application/main_scene","");
-	custom_prop_info["application/main_scene"]=PropertyInfo(Variant::STRING,"application/main_scene",PROPERTY_HINT_FILE,"xml,res,scn,xscn");
+	custom_prop_info["application/main_scene"]=PropertyInfo(Variant::STRING,"application/main_scene",PROPERTY_HINT_FILE,"scn,res,xscn,xml");
 	set("application/disable_stdout",false);
 	set("application/use_shared_user_dir",true);