Browse Source

[lua] de-inline a lengthy filesystem method

Justin Donaldson 8 years ago
parent
commit
5871abd027
1 changed files with 1 additions and 1 deletions
  1. 1 1
      std/lua/_std/sys/FileSystem.hx

+ 1 - 1
std/lua/_std/sys/FileSystem.hx

@@ -107,7 +107,7 @@ class FileSystem {
 		}
 		}
 	}
 	}
 
 
-	public inline static function createDirectory( path : String ) : Void {
+	public static function createDirectory( path : String ) : Void {
 
 
 		var path = haxe.io.Path.addTrailingSlash(path);
 		var path = haxe.io.Path.addTrailingSlash(path);
 		var _p = null;
 		var _p = null;