Nicolas Cannasse 8 năm trước cách đây
mục cha
commit
b1c26d7c2f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      std/hl/Type.hx

+ 1 - 1
std/hl/Type.hx

@@ -106,7 +106,7 @@ abstract TypeKind(Int) {
 		return null;
 	}
 
-	@:hlNative("std", "alloc_enum") public function allocEnum( index : Int, args : NativeArray<Dynamic>, nargs : Int ) : Dynamic {
+	@:hlNative("std", "alloc_enum_dyn") public function allocEnum( index : Int, args : NativeArray<Dynamic>, nargs : Int ) : Dynamic {
 		return null;
 	}