소스 검색

Lua: use "has_enum" for enum reflect

Justin Donaldson 10 년 전
부모
커밋
a6bbf5f47c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      std/lua/Boot.hx

+ 1 - 1
std/lua/Boot.hx

@@ -185,7 +185,7 @@ class Boot {
 		return result;
 	}
 
-	@:ifFeature("may_print_enum")
+	@:ifFeature("has_enum")
 	static function __string_rec(o : Dynamic, s = 0) {
 		return switch(untyped __type__(o)){
 			case "nil": "null";