Skip to content

Commit

Permalink
Fix RSM
Browse files Browse the repository at this point in the history
  • Loading branch information
vlj committed Jul 16, 2014
1 parent 55ab93a commit e6bade2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/graphics/render_geometry.cpp
Expand Up @@ -442,6 +442,7 @@ void IrrDriver::renderShadows()
glDepthMask(GL_TRUE);
glEnable(GL_DEPTH_TEST);
glDisable(GL_BLEND);
glDisable(GL_ALPHA_TEST);
glEnable(GL_POLYGON_OFFSET_FILL);
glPolygonOffset(1.5, 0.);
m_rtts->getShadowFBO().Bind();
Expand Down

0 comments on commit e6bade2

Please sign in to comment.