Fixed Some Derpy Rendering.

This commit is contained in:
AlgorithmX2
2014-02-13 23:31:26 -06:00
parent c3cf81b03f
commit 5361416f57
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -201,7 +201,9 @@ public class RenderBlocksWorkaround extends RenderBlocks
else
{
enableAO = isAO;
return renderStandardBlockNoCalculations( par1Block, par2, par3, par4 );
boolean out = renderStandardBlockNoCalculations( par1Block, par2, par3, par4 );
enableAO = false;
return out;
}
}
catch (Throwable t)