Revert glCheck
This commit is contained in:
parent
2d834c7396
commit
1cb0daff4c
|
@ -135,8 +135,7 @@ extern "C" int emu_single_frame(int w, int h) {
|
||||||
screen_width = w;
|
screen_width = w;
|
||||||
screen_height = h;
|
screen_height = h;
|
||||||
glViewport(0, 0, screen_width, screen_height);
|
glViewport(0, 0, screen_width, screen_height);
|
||||||
GLenum err = glGetError();
|
|
||||||
if (err != GL_NO_ERROR) {printf("OpenGL error %d\n", err); die("OpenGL error"); }
|
|
||||||
return rend_single_frame();
|
return rend_single_frame();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue