1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2026-04-18 13:01:22 +00:00

Merge branch 'master' into mc-1.14.x

This commit is contained in:
SquidDev
2020-06-21 12:08:30 +01:00
4 changed files with 8 additions and 10 deletions

View File

@@ -169,7 +169,7 @@ public class TileEntityMonitorRenderer extends TileEntityRenderer<TileMonitor>
}
ByteBuffer monitorBuffer = tboContents;
monitorBuffer.position( 0 );
monitorBuffer.clear();
for( int y = 0; y < height; y++ )
{
TextBuffer text = terminal.getLine( y ), textColour = terminal.getTextColourLine( y ), background = terminal.getBackgroundColourLine( y );