Typo useSimpliedRendering

This commit is contained in:
thatsIch
2014-09-20 22:29:30 +02:00
parent 3df08b0366
commit 7117fe44b3
17 changed files with 17 additions and 17 deletions
@@ -72,7 +72,7 @@ public class RenderBlockCraftingCPU extends BaseBlockRender
try
{
ct.lightCache = i.useSimpliedRendering( x, y, z, null, ct.lightCache );
ct.lightCache = i.useSimplifiedRendering( x, y, z, null, ct.lightCache );
}
catch (Throwable t)
{