Fixed depth render of PC screen
This commit is contained in:
@@ -166,6 +166,7 @@ public final class ComputerRenderer implements BlockEntityRenderer<ComputerBlock
|
||||
}
|
||||
|
||||
stack.popPose();
|
||||
RenderSystem.disableDepthTest();
|
||||
} else {
|
||||
stack.pushPose();
|
||||
stack.translate(0, 0, -0.9f);
|
||||
|
||||
Reference in New Issue
Block a user