diff options
Diffstat (limited to 'examples/pugl_shader_demo.c')
-rw-r--r-- | examples/pugl_shader_demo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pugl_shader_demo.c b/examples/pugl_shader_demo.c index 02290da..6c2fcd6 100644 --- a/examples/pugl_shader_demo.c +++ b/examples/pugl_shader_demo.c @@ -464,7 +464,7 @@ main(int argc, char** argv) // Show window printViewHints(app.view); - puglShow(app.view, PUGL_SHOW_PASSIVE); + puglShow(app.view, PUGL_SHOW_RAISE); // Grind away, drawing continuously const double startTime = puglGetTime(app.world); |