2
0
Dan Korostelev 9 жил өмнө
parent
commit
7cdc461a6d

+ 1 - 1
std/haxe/MainLoop.hx

@@ -56,7 +56,7 @@ class MainLoop {
 
 
 	inline static function get_threadCount() return EntryPoint.threadCount;
 	inline static function get_threadCount() return EntryPoint.threadCount;
 
 
-	public static function hasEvents() {
+	public inline static function hasEvents() {
 		return pending != null;
 		return pending != null;
 	}
 	}