瀏覽代碼

Remove DefaultExecutionOrder for compat with unity 5.3

ManlyMarco 4 年之前
父節點
當前提交
3866f678c8
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      BepInEx/ThreadingHelper.cs

+ 0 - 1
BepInEx/ThreadingHelper.cs

@@ -10,7 +10,6 @@ namespace BepInEx
 	/// <summary>
 	/// Provides methods for running code on other threads and synchronizing with the main thread.
 	/// </summary>
-	[DefaultExecutionOrder(int.MinValue)]
 	public sealed class ThreadingHelper : MonoBehaviour, ISynchronizeInvoke
 	{
 		private readonly object _invokeLock = new object();