2
0
Justin Donaldson 10 жил өмнө
parent
commit
634825dcaf
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      std/lua/Boot.hx

+ 1 - 1
std/lua/Boot.hx

@@ -87,7 +87,7 @@ class Boot {
 
 		switch( cl ) {
 			case Int:
-				return (untyped __lua__("bitor(o,0) == o"));
+				return (untyped __lua__("_G.bit.bor(o,0) == o"));
 			case Float:
 				return untyped __type__(o) == "number";
 			case Bool: