Revert glCheck

This commit is contained in:
Flyinghead 2018-05-15 11:56:01 +02:00
parent 2d834c7396
commit 1cb0daff4c
1 changed files with 1 additions and 2 deletions

View File

@ -135,8 +135,7 @@ extern "C" int emu_single_frame(int w, int h) {
screen_width = w;
screen_height = h;
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();
}