فهرست منبع

[hxb] temp fix (import has not working currently)

Rudy Ges 2 سال پیش
والد
کامیت
558fc1753f
1فایلهای تغییر یافته به همراه3 افزوده شده و 1 حذف شده
  1. 3 1
      std/eval/_std/sys/thread/EventLoop.hx

+ 3 - 1
std/eval/_std/sys/thread/EventLoop.hx

@@ -2,9 +2,11 @@ package sys.thread;
 
 import eval.luv.Loop;
 import eval.luv.Async;
-import eval.luv.Timer as LuvTimer;
+// import eval.luv.Timer as LuvTimer;
 import haxe.MainLoop;
 
+typedef LuvTimer = eval.luv.Timer;
+
 /**
 	When an event loop has an available event to execute.
 **/