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:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user