浏览代码

[lua] de-inline a lengthy filesystem method

Justin Donaldson 8 年之前
父节点
当前提交
5871abd027
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 _p = null;