Revert "Update ManifestResources.hx"

This reverts commit dfdb576e37.
This commit is contained in:
Joshua Granick
2019-08-13 10:57:51 -07:00
parent dfdb576e37
commit 1caf9d92f8

View File

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