[client] opengl: fix termination on configure failure

This commit is contained in:
Geoffrey McRae 2018-01-04 09:25:42 +11:00
parent 3f29897506
commit 7648ea712c

View File

@ -305,7 +305,7 @@ bool opengl_render(void * opaque, SDL_Window * window)
return false;
if (!configure(this, window))
return true;
return false;
if (this->resizeWindow)
{