mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-11 06:43:56 +00:00
[client] opengl: fix termination on configure failure
This commit is contained in:
parent
3f29897506
commit
7648ea712c
1 changed files with 1 additions and 1 deletions
|
@ -305,7 +305,7 @@ bool opengl_render(void * opaque, SDL_Window * window)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (!configure(this, window))
|
if (!configure(this, window))
|
||||||
return true;
|
return false;
|
||||||
|
|
||||||
if (this->resizeWindow)
|
if (this->resizeWindow)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue