summaryrefslogtreecommitdiffstats
path: root/scene/3d/light_3d.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-01-20 17:35:32 +0100
committerGitHub <noreply@github.com>2022-01-20 17:35:32 +0100
commit7e3b92f81feb0597c657d13797e0ebf449ec2d5d (patch)
tree1ac984c6b5ef5b407518f9690cbdd8044d99f5f1 /scene/3d/light_3d.h
parentdbd560cb688fed317bfea4d2d630d93e47ac9780 (diff)
parente962900f2344b4ca797002ddf440625087f63291 (diff)
downloadredot-engine-7e3b92f81feb0597c657d13797e0ebf449ec2d5d.tar.gz
Merge pull request #55360 from Calinou/rename-bake-mode-properties
Diffstat (limited to 'scene/3d/light_3d.h')
-rw-r--r--scene/3d/light_3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/3d/light_3d.h b/scene/3d/light_3d.h
index 93dc8155bb..d5d2aee43d 100644
--- a/scene/3d/light_3d.h
+++ b/scene/3d/light_3d.h
@@ -63,8 +63,8 @@ public:
enum BakeMode {
BAKE_DISABLED,
+ BAKE_STATIC,
BAKE_DYNAMIC,
- BAKE_STATIC
};
private: