Browse Source

minor fix

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

+ 1 - 1
std/neko/_std/Type.hx

@@ -154,7 +154,7 @@ enum ValueType {
 		a.remove("__properties__");
 		a.remove("prototype");
 		a.remove("new");
-		#if macro
+		#if (macro || interp)
 		a.remove("__ct__");
 		#end
 		return a;