diff options
Diffstat (limited to 'examples/pugl_vulkan_demo.c')
-rw-r--r-- | examples/pugl_vulkan_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_vulkan_demo.c b/examples/pugl_vulkan_demo.c index 5fe7100..c12c390 100644 --- a/examples/pugl_vulkan_demo.c +++ b/examples/pugl_vulkan_demo.c @@ -1101,7 +1101,7 @@ main(int argc, char** argv) printf("Swapchain images: %u\n", app.vk.swapchain->nImages); PuglFpsPrinter fpsPrinter = {puglGetTime(app.world)}; - puglShow(app.view, PUGL_SHOW_PASSIVE); + puglShow(app.view, PUGL_SHOW_RAISE); while (!app.quit) { puglUpdate(app.world, -1.0); |