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 cea6d0a..d8b9252 100644 --- a/examples/pugl_shader_demo.c +++ b/examples/pugl_shader_demo.c @@ -453,7 +453,7 @@ main(int argc, char** argv) // Show window printViewHints(app.view); - puglShow(app.view); + puglShow(app.view, PUGL_SHOW_PASSIVE); // Grind away, drawing continuously const double startTime = puglGetTime(app.world); |