소스 검색

Lua : remove "new" from Type.getClassFields

Justin Donaldson 9 년 전
부모
커밋
89be36828e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      std/lua/_std/Type.hx

+ 1 - 0
std/lua/_std/Type.hx

@@ -153,6 +153,7 @@ enum ValueType {
 		a.remove("__super__");
 		a.remove("__meta__");
 		a.remove("prototype");
+		a.remove("new");
 		return a;
 	}