Remove unnecessary newlines from last commit.

This commit is contained in:
Joni Vähämäki 2011-05-15 16:53:28 +03:00
parent 68c3ce9d90
commit 9f1e7b7601
2 changed files with 0 additions and 2 deletions

View File

@ -248,7 +248,6 @@ void GfxOpenGL::startActorDraw(Graphics::Vector3d pos, float scale, float yaw, f
glEnable(GL_TEXTURE_2D);
glMatrixMode(GL_MODELVIEW);
glPushMatrix();
if (_currentShadowArray) {
// TODO find out why shadowMask at device in woods is null
if (!_currentShadowArray->shadowMask) {

View File

@ -621,5 +621,4 @@ void Model::Face::draw(float *vertices, float *vertNormals, float *textureVerts)
g_driver->drawModelFace(this, vertices, vertNormals, textureVerts);
}
} // end of namespace Grim