minor comment correction

This commit is contained in:
octarine-noise
2014-07-16 23:25:44 +02:00
parent 91fda1522c
commit 04bb240d36
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ public class RenderBlockBetterReed extends RenderBlockAOBase implements IRenderB
// store world for later use
blockAccess = world;
// render grass block
// render dirt block
setPassCounters(1);
setRenderBoundsFromBlock(block);
renderStandardBlock(block, x, y, z);