remove trailing whitespaces
This commit is contained in:
@@ -108,9 +108,9 @@ public class SpatialSkyRender extends IRenderHandler
|
||||
}
|
||||
|
||||
GL11.glDepthMask(true);
|
||||
|
||||
|
||||
if ( fade > 0.0f )
|
||||
{
|
||||
{
|
||||
GL11.glDisable( GL11.GL_FOG );
|
||||
GL11.glDisable( GL11.GL_ALPHA_TEST );
|
||||
GL11.glEnable( GL11.GL_BLEND );
|
||||
@@ -128,7 +128,7 @@ public class SpatialSkyRender extends IRenderHandler
|
||||
}
|
||||
|
||||
GL11.glPopAttrib();
|
||||
|
||||
|
||||
GL11.glColor4f(1.0f, 1.0f, 1.0f, 1.0f);
|
||||
}
|
||||
|
||||
|
||||
@@ -273,7 +273,7 @@ public class RenderBlockAssembler extends BaseBlockRender implements IBoxProvide
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void getBoxes(IPartCollisionHelper bch)
|
||||
{
|
||||
|
||||
@@ -101,7 +101,7 @@ public class RenderMEChest extends BaseBlockRender
|
||||
|
||||
/*
|
||||
* 1.7.2
|
||||
*
|
||||
*
|
||||
* else if ( forward == ForgeDirection.EAST && up == ForgeDirection.UP ) flippableIcon.setFlip( true, false ); else if (
|
||||
* forward == ForgeDirection.NORTH && up == ForgeDirection.UP ) flippableIcon.setFlip( true, false );
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user