فهرست منبع

reverted (cs failure)

ncannasse 7 سال پیش
والد
کامیت
37f6b2a9be
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      std/haxe/EntryPoint.hx

+ 1 - 1
std/haxe/EntryPoint.hx

@@ -109,7 +109,7 @@ class EntryPoint {
 	/**
 		Start the main loop. Depending on the platform, this can return immediately or will only return when the application exits.
 	**/
-	@:keep public dynamic static function run() @:privateAccess {
+	@:keep public static function run() @:privateAccess {
 		#if js
 
 		var nextTick = processEvents();