Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jul 3, 2024
1 parent fa7a581 commit 659f6b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ public abstract class MixinModelViewBobbing {

instance.set(stack.last().pose());

float f = deltaTracker.getGameTimeDeltaPartialTick(false);
float h = this.minecraft.options.screenEffectScale().get().floatValue();
float i = Mth.lerp(f, this.minecraft.player.oSpinningEffectIntensity, this.minecraft.player.spinningEffectIntensity) * h * h;
if (i > 0.0F) {
Expand Down

0 comments on commit 659f6b9

Please sign in to comment.