mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-05 18:24:08 +00:00
[client] opengl: fix termination on configure failure
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user