Skip to content

Commit

Permalink
fixed annotation overlapping with target method func
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Aug 25, 2024
1 parent 5d8c343 commit 0323144
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace UniTAS.Patcher.Patches.Harmony.UnityInit;
[RawPatchUnityInit]
public static class LegacyAsyncSceneLoadPatch
{
[HarmonyPatch(typeof(Application), "LoadLevelAsync")]
[HarmonyPatch]
private class LoadLevelAsync
{
private static MethodBase TargetMethod()
Expand Down

0 comments on commit 0323144

Please sign in to comment.