Quick patch for Mac

This commit is contained in:
Joshua Granick
2016-07-08 19:41:11 -07:00
parent ece95d8200
commit b7ba1aeea3

View File

@@ -45,7 +45,7 @@ class DefaultAssetLibrary extends AssetLibrary {
private var lastModified:Float;
private var timer:Timer;
#if desktop
#if (desktop && !mac)
private var rootPath = FileSystem.absolutePath (Path.directory (#if (haxe_ver >= 3.3) Sys.programPath () #else Sys.executablePath () #end)) + "/";
#else
private var rootPath = "";