2
0
Nicolas Cannasse 20 жил өмнө
parent
commit
b4930a581e
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/neko/Boot.hx

+ 1 - 1
std/neko/Boot.hx

@@ -4,7 +4,7 @@ class Boot {
 	private static function __init() {
 		untyped {
 			String = NekoString__;
-			//Array = NekoArray__;
+			Array = NekoArray__;
 		}
 	}