Skip to content

Commit

Permalink
Remove framebuffer inject
Browse files Browse the repository at this point in the history
  • Loading branch information
tr7zw committed Jan 11, 2025
1 parent e425b96 commit 7780557
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,4 @@ private static void _blendFuncSeparate(int i, int j, int k, int l, CallbackInfo
}
}

@Inject(method = "_glBindFramebuffer", at = @At("HEAD"), cancellable = true)
private static void _glBindFramebuffer(int i, int j, CallbackInfo ci) {
if (ExordiumModBase.instance.getTemporaryScreenOverwrite() != null) {
ci.cancel();
}
}

}

0 comments on commit 7780557

Please sign in to comment.