mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] opengl: fix termination on configure failure
This commit is contained in:
parent
3f29897506
commit
7648ea712c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user