Asset manifest fix
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user