Browse Source

minor fix

ncannasse 7 năm trước cách đây
mục cha
commit
27c867b055
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hxd/System.hl.hx

+ 1 - 1
hxd/System.hl.hx

@@ -59,7 +59,7 @@ class System {
 		#elseif hlsdl
 		if( !sdl.Sdl.processEvents(@:privateAccess hxd.Stage.inst.onEvent) )
 			return false;
-		#elseif sys
+		#elseif usesys
 		if( !haxe.System.emitEvents(@:privateAccess hxd.Stage.inst.event) )
 			return false;
 		#end