Skip to content

Commit

Permalink
remove annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPasi committed Jul 20, 2024
1 parent 1b5cbf1 commit ab46f28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/net/natural/motionblur/MotionBlurMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ public void onInitializeClient() {

PostWorldRenderCallbackV2.EVENT.register((matrix, camera, deltaTick, a) -> {
if (config.motionBlurStrength != 0 && config.enabled) {
// Disable motion blur if Iris shaders are enabled
if (!IrisCheck.checkIrisShouldDisable()) {
return;
}
Expand Down

0 comments on commit ab46f28

Please sign in to comment.