From eeda874d7c96703668d8ea9da2a4d22299ae4e5f Mon Sep 17 00:00:00 2001 From: rodri Date: Fri, 13 Sep 2024 14:29:57 +0000 Subject: turn the camera rendering options into a bitmap. --- camera.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camera.c') 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; } -- cgit v1.2.3