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/"; rootPath = "assets/";
#elseif console #elseif console
rootPath = lime.system.System.applicationDirectory; rootPath = lime.system.System.applicationDirectory;
#elseif (winrt)
rootPath = "./";
#else #else
rootPath = ""; rootPath = "./";
#end #end
} }