diff options
Diffstat (limited to 'tests/tests.c')
-rw-r--r-- | tests/tests.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.c b/tests/tests.c index 3696216..8743119 100644 --- a/tests/tests.c +++ b/tests/tests.c @@ -101,6 +101,8 @@ dmnsn_new_default_scene() ); dmnsn_array_push(scene->objects, &cube); + scene->quality = DMNSN_RENDER_FULL; + return scene; } |