mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 21:17:54 +00:00
[client] opengl: render frame if config didn't change
This commit is contained in:
parent
ac1ecd2e7b
commit
ead09ed110
2 changed files with 1 additions and 3 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
B1-171-g3538e7f6f4+1
|
||||
B1-173-g2e760c09b4+1
|
|
@ -564,8 +564,6 @@ bool opengl_render(void * opaque, SDL_Window * window)
|
|||
return false;
|
||||
|
||||
case CONFIG_STATUS_NOOP :
|
||||
break;
|
||||
|
||||
case CONFIG_STATUS_OK :
|
||||
if (!draw_frame(this))
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue