summaryrefslogtreecommitdiff
path: root/camera.c
diff options
context:
space:
mode:
Diffstat (limited to 'camera.c')
-rw-r--r--camera.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera.c b/camera.c
index 2f7daf7..9e5d264 100644
--- a/camera.c
+++ b/camera.c
@@ -118,7 +118,7 @@ newcamera(void)
c = emalloc(sizeof *c);
memset(c, 0, sizeof *c);
- c->enabledepth = 1;
+ c->rendopts = RODepth;
return c;
}