Remove unnecessary newlines from last commit.
This commit is contained in:
parent
68c3ce9d90
commit
9f1e7b7601
2 changed files with 0 additions and 2 deletions
|
@ -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) {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue