소스 검색

Remove DefaultExecutionOrder for compat with unity 5.3

ManlyMarco 5 년 전
부모
커밋
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();