Преглед на файлове

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();