Fixed a few more rendering/visual update glitches.

This commit is contained in:
AlgorithmX2
2014-05-10 13:27:48 -05:00
parent 2f071e7341
commit 570f098f81
4 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ public class BusRenderHelper implements IPartRenderHelper
if ( !renderThis() )
return;
renderer.renderStandardBlock( renderer.blockAccess.getBlock( x, y, z ), x, y, z );
renderer.renderStandardBlock( blk, x, y, z );
}
@Override