summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2009-10-30 02:08:59 -0400
committerTavian Barnes <tavianator@gmail.com>2009-10-30 02:08:59 -0400
commitc381b926bc49f0f8c6b841bf67bf0ecf4bf8fdad (patch)
treef9a97a0f741ade7a6dded8c2ff5acdf93675d49f /tests
parent7dcf2843272e122ebbaff2f090d630e4f9436d1c (diff)
downloaddimension-c381b926bc49f0f8c6b841bf67bf0ecf4bf8fdad.tar.xz
(Sort of) realize boxes.
We now have a working rendering from an SDL input, kinda!
Diffstat (limited to 'tests')
-rw-r--r--tests/dimension/box.pov2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/box.pov b/tests/dimension/box.pov
index 47b1cde..6a75a9a 100644
--- a/tests/dimension/box.pov
+++ b/tests/dimension/box.pov
@@ -20,5 +20,5 @@
// Render a box
box {
- <-1, -1, -1>, <1, 1, 1>
+ <-0.5, -1, -1>, <0.5, 1, 1>
}