Skip to content

Commit

Permalink
[IMGUIpatcher] Switch to running in Finalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
ManlyMarco committed Nov 28, 2023
1 parent 9593dca commit 589c22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IMGUIModule.Il2Cpp.CoreCLR.Patcher/Patcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class Patcher : BasePatcher
#endif
public static List<IDetour> Detours = new List<IDetour>();

public override void Initialize()
public override void Finalizer()
{
#if DEBUG
Log = base.Log;
Expand Down

0 comments on commit 589c22f

Please sign in to comment.