Typo enderer
This commit is contained in:
parent
ffbe25b6ec
commit
a738738cbf
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ public class BlockSkyStone extends AEBaseBlock implements IOrientableBlock
|
||||||
WorldSettings.getInstance().getCompass().updateArea( w, x, y, z );
|
WorldSettings.getInstance().getCompass().updateArea( w, x, y, z );
|
||||||
}
|
}
|
||||||
|
|
||||||
// use AE2's enderer, no rotatable blocks.
|
// use AE2's renderer, no rotatable blocks.
|
||||||
int getRealRenderType()
|
int getRealRenderType()
|
||||||
{
|
{
|
||||||
return getRenderType();
|
return getRenderType();
|
||||||
|
|
Loading…
Reference in a new issue