summaryrefslogtreecommitdiffstats
path: root/tests/testsxx.cpp
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-07-16 01:49:40 +0000
committerTavian Barnes <tavianator@gmail.com>2009-07-16 01:49:40 +0000
commit90564274757e489429daf8bcdb92009563fd2efd (patch)
tree854503bb591bcd73b4244cd622a6692a815a16b8 /tests/testsxx.cpp
parent6b4dc860466ce4794b346533162291046a6ee96c (diff)
downloaddimension-90564274757e489429daf8bcdb92009563fd2efd.tar.xz
Render pigments.
Diffstat (limited to 'tests/testsxx.cpp')
-rw-r--r--tests/testsxx.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testsxx.cpp b/tests/testsxx.cpp
index 114fb4a..a8fa762 100644
--- a/tests/testsxx.cpp
+++ b/tests/testsxx.cpp
@@ -58,9 +58,6 @@ namespace Dimension
background.filter(0.1);
scene.background(background);
- // Quality
- scene.quality(RENDER_FULL);
-
return scene;
}