summaryrefslogtreecommitdiffstats
path: root/tests/tests.c
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-07-12 21:17:20 +0000
committerTavian Barnes <tavianator@gmail.com>2009-07-12 21:17:20 +0000
commit597b9a13dae1f514ca8afa56bab008cb67d4ac40 (patch)
tree16d1f85568b839b7847aff9570d43940bee67f15 /tests/tests.c
parentbcf65bd050d9fbe364a60ab7ec0221539ca2c2af (diff)
downloaddimension-597b9a13dae1f514ca8afa56bab008cb67d4ac40.tar.xz
Add ability to set rendering quality.
Diffstat (limited to 'tests/tests.c')
-rw-r--r--tests/tests.c2
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;
}