Skip to content

Commit

Permalink
fixed a bug rendering flat shapeboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
EternalBlueFlame committed Aug 4, 2024
1 parent 073ea6b commit 1c1b239
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/fexcraft/tmt/slim/ModelRendererTurbo.java
Original file line number Diff line number Diff line change
Expand Up @@ -1419,9 +1419,6 @@ public ModelRendererTurbo addShapeBox(float x, float y, float z, float w, float
z -= 0.005f;
d=0.005f;
}
w+=0.0001f;
h+=0.0001f;
d+=0.0001f;
float f4 = x + w, f5 = y + h, f6 = z + d;
x -= scale; y -= scale; z -= scale;
f4 += scale; f5 += scale; f6 += scale;
Expand Down

0 comments on commit 1c1b239

Please sign in to comment.