little tuning for rendering

This commit is contained in:
Erwin Coumans
2017-03-28 08:20:10 -07:00
parent 46c5b00964
commit fffa17dd35
2 changed files with 3 additions and 3 deletions

View File

@@ -1237,8 +1237,8 @@ void OpenGLExampleBrowser::update(float deltaTime)
if (renderGrid)
{
BT_PROFILE("Draw Grid");
glPolygonOffset(3.0, 3);
glEnable(GL_POLYGON_OFFSET_FILL);
//glPolygonOffset(3.0, 3);
//glEnable(GL_POLYGON_OFFSET_FILL);
s_app->drawGrid(dg);
}