dmuratshin 7 years ago
parent
commit
4a615975ed
1 changed files with 3 additions and 3 deletions
  1. 3 3
      examples/Demo/src/test.cpp

+ 3 - 3
examples/Demo/src/test.cpp

@@ -25,10 +25,10 @@ void Test::init()
 
     //Mount additional file system with inner path "ext"
     //Used for searching files in data/ext
-    extfs.setPath(file::fs().getFullPath("ext").c_str());
-    file::mount(&extfs);
+//    extfs.setPath(file::fs().getFullPath("ext").c_str());
+  //  file::mount(&extfs);
 
-    resourcesUI.loadXML("demo/res_ui.xml");
+    resourcesUI.loadXML("demo/res_ui.xml", ResourcesLoadOptions().prebuiltFolder("demo"));
     resourcesUI.loadXML("demo/fonts.xml");