This commit is contained in:
Joshua Granick
2016-09-26 11:48:55 -07:00
parent 129108744d
commit 1c5ca75b67
2 changed files with 2 additions and 2 deletions

View File

@@ -745,7 +745,7 @@ class Image {
default:
return null;
return;
}

View File

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