Dan Korostelev 9 роки тому
батько
коміт
7cdc461a6d
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      std/haxe/MainLoop.hx

+ 1 - 1
std/haxe/MainLoop.hx

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