Skip to content

Commit

Permalink
fix: compat issue with PolyPatcher
Browse files Browse the repository at this point in the history
close #41
  • Loading branch information
SuperSkidder committed Aug 24, 2024
1 parent b9dd7f1 commit 6573619
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import top.fpsmaster.features.impl.optimizes.Performance;
import top.fpsmaster.features.impl.render.FreeLook;

@Mixin(RenderManager.class)
@Mixin(value = RenderManager.class,priority = 999)
@Implements(@Interface(iface = IRenderManager.class, prefix = "fpsmaster$"))
public class MixinRenderManager implements IRenderManager {

Expand Down

0 comments on commit 6573619

Please sign in to comment.