瀏覽代碼

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.
 		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
 		#if js
 
 
 		var nextTick = processEvents();
 		var nextTick = processEvents();