aboutsummaryrefslogtreecommitdiff
path: root/scene.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene.h')
-rw-r--r--scene.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene.h b/scene.h
index 7eef588..062f80f 100644
--- a/scene.h
+++ b/scene.h
@@ -66,7 +66,7 @@ typedef struct {
// Environment light
// TODO make more general
// Slows things down alot
- bool env_enabled;
+ unsigned env_samples;
color_t env_color;
} space_t;