fix Mac build

This commit is contained in:
Erwin Coumans
2014-07-03 22:30:50 -07:00
parent bae303c5da
commit b438b91009
6 changed files with 40 additions and 30 deletions

View File

@@ -942,7 +942,7 @@ void MacOpenGLWindow::startRendering()
assert(err==GL_NO_ERROR);
glClearColor(1,1,1,1);
// glClearColor(1,1,1,1);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT); //clear buffers
err = glGetError();