mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:54:17 +01:00
Fixed LineOutlines rendering incorrectly
This commit is contained in:
parent
da35b6cd63
commit
85a53f6966
@ -56,9 +56,11 @@ public abstract class Outline {
|
||||
|
||||
poseStack.pushPose();
|
||||
TransformStack.cast(poseStack)
|
||||
.translate(start)
|
||||
.rotateY(hAngle)
|
||||
.rotateX(vAngle);
|
||||
bufferCuboidLine(poseStack.last(), consumer, start, Direction.NORTH, length, width, color, lightmap, disableNormals);
|
||||
bufferCuboidLine(poseStack.last(), consumer, Vector3f.ZERO, Direction.SOUTH, length, width, color, lightmap,
|
||||
disableNormals);
|
||||
poseStack.popPose();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user