aboutsummaryrefslogtreecommitdiff
path: root/scene/3d/light.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-08-14 10:31:38 -0300
committerJuan Linietsky2014-08-14 10:31:38 -0300
commit2ee4ac183babedd679e901b0158f5268556deceb (patch)
treec0b5215b7ab17186835e1919912fa09de7301bfb /scene/3d/light.h
parentc3e1d7b7c788530dc69e973352763a90da05d4e1 (diff)
downloadgodot-2ee4ac183babedd679e901b0158f5268556deceb.tar.gz
godot-2ee4ac183babedd679e901b0158f5268556deceb.tar.zst
godot-2ee4ac183babedd679e901b0158f5268556deceb.zip
Diffstat (limited to 'scene/3d/light.h')
-rw-r--r--scene/3d/light.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/light.h b/scene/3d/light.h
index 6b1ea2d45..9fdd7295d 100644
--- a/scene/3d/light.h
+++ b/scene/3d/light.h
@@ -69,6 +69,7 @@ public:
BAKE_MODE_DISABLED,
BAKE_MODE_INDIRECT,
+ BAKE_MODE_INDIRECT_AND_SHADOWS,
BAKE_MODE_FULL
};