Skip to content

Commit

Permalink
Update DefaultFluidRenderer.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatMG393 authored Jan 4, 2025
1 parent 55e18df commit e02ff73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ public void render(LevelSlice level, BlockState blockState, FluidState fluidStat
}
}
}
}

private static boolean isAlignedEquals(float a, float b) {
return Math.abs(a - b) <= ALIGNED_EQUALS_EPSILON;
Expand Down

0 comments on commit e02ff73

Please sign in to comment.