Asset manifest fix

This commit is contained in:
Joshua Granick
2019-08-12 14:48:55 -07:00
parent 09e95ad872
commit d0f15395a5

View File

@@ -41,10 +41,8 @@ import sys.FileSystem;
rootPath = "assets/";
#elseif console
rootPath = lime.system.System.applicationDirectory;
#elseif (winrt)
rootPath = "./";
#else
rootPath = "";
rootPath = "./";
#end
}