mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-07-01 17:42:56 +00:00
Make the monitor depth blocker slightly larger
This commit is contained in:
parent
5facbca2b3
commit
acaa61a720
@ -140,8 +140,8 @@ public class TileEntityMonitorRenderer extends TileEntityRenderer<TileMonitor>
|
|||||||
|
|
||||||
FixedWidthFontRenderer.drawBlocker(
|
FixedWidthFontRenderer.drawBlocker(
|
||||||
transform.last().pose(), renderer,
|
transform.last().pose(), renderer,
|
||||||
(float) -TileMonitor.RENDER_MARGIN, (float) TileMonitor.RENDER_MARGIN,
|
-MARGIN, MARGIN,
|
||||||
(float) (xSize + 2 * TileMonitor.RENDER_MARGIN), (float) -(ySize + TileMonitor.RENDER_MARGIN * 2)
|
(float) (xSize + 2 * MARGIN), (float) -(ySize + MARGIN * 2)
|
||||||
);
|
);
|
||||||
|
|
||||||
// Force a flush of the blocker. WorldRenderer.updateCameraAndRender will "finish" all the built-in
|
// Force a flush of the blocker. WorldRenderer.updateCameraAndRender will "finish" all the built-in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user