diff --git a/base/vulkanexamplebase.h b/base/vulkanexamplebase.h index 541d8784..e336e3bc 100644 --- a/base/vulkanexamplebase.h +++ b/base/vulkanexamplebase.h @@ -208,7 +208,7 @@ public: bool right = false; bool middle = false; } mouseButtons; - bool quit; + bool quit = false; xcb_connection_t *connection; xcb_screen_t *screen; xcb_window_t window;