Skip to content

Commit

Permalink
fixed accidentally leaving annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddio0141 committed Nov 18, 2024
1 parent d46f37b commit 9e658a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ private static bool Prefix(AsyncOperation __instance)
// AssetBundleCreateRequest for static methods, AssetBundleRequest for instance methods

// static
[HarmonyPatch(typeof(AssetBundle))]
[HarmonyPatch]
private class LoadFromFileAsync
{
private static Exception Cleanup(MethodBase original, Exception ex)
Expand Down

0 comments on commit 9e658a4

Please sign in to comment.