C# fixes
This commit is contained in:
@@ -745,7 +745,7 @@ class Image {
|
||||
|
||||
default:
|
||||
|
||||
return null;
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user