[client] egl: perform full damage if a post processing option is changed

This commit is contained in:
Geoffrey McRae 2022-05-27 11:40:20 +10:00
parent 9ccd93bfd8
commit 56ec98524c

View File

@ -527,7 +527,7 @@ static void configUI(void * opaque, int * id)
if (redraw) if (redraw)
{ {
atomic_store(&this->modified, true); atomic_store(&this->modified, true);
app_invalidateWindow(false); app_invalidateWindow(true);
} }
} }