xo-imgui: ex4a: tidy

This commit is contained in:
Roland Conybeare 2025-11-11 16:33:27 -05:00
commit a5eeba74c1
2 changed files with 3 additions and 3 deletions

View file

@ -284,5 +284,5 @@ private:
* until swapchain in consistent state.
*/
bool framebuffer_resized_flag_ = false;
bool quit = false;
bool quit_flag_ = false;
}; /*MinimalImGuiVulkan*/