Skip to content

Commit

Permalink
fix fps limit on forge
Browse files Browse the repository at this point in the history
  • Loading branch information
fayer3 committed Oct 12, 2023
1 parent d49d86c commit 2bde7bc
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 @@ public class RenderSystemVRMixin {
ci.cancel();
}

@Inject(at = @At("HEAD"), method = "limitDisplayFPS", cancellable = true, remap = false)
@Inject(at = @At("HEAD"), method = "limitDisplayFPS", cancellable = true)
private static void vivecraft$noFPSlimit(CallbackInfo ci) {
if (VRState.vrRunning) {
ci.cancel();
Expand Down

0 comments on commit 2bde7bc

Please sign in to comment.