summaryrefslogtreecommitdiff
path: root/scene/3d/light_3d.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-04-20 14:36:29 +0200
committerGitHub <noreply@github.com>2020-04-20 14:36:29 +0200
commitf8218c76ef79b5028df3f4a4324f1e3174146398 (patch)
tree74ed7b884d76738c57d91e4a573dce06fb55d0a4 /scene/3d/light_3d.cpp
parent83b21cd3023f13f926f8167c6d6c35573c6570f1 (diff)
parentb7b46093d84b33e925fbfa1c096eb0a99c7a665c (diff)
Merge pull request #38036 from akien-mga/doc-update
doc: Sync classref with current source
Diffstat (limited to 'scene/3d/light_3d.cpp')
-rw-r--r--scene/3d/light_3d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/3d/light_3d.cpp b/scene/3d/light_3d.cpp
index 9928246d2b..c048f60ebd 100644
--- a/scene/3d/light_3d.cpp
+++ b/scene/3d/light_3d.cpp
@@ -301,6 +301,7 @@ void Light3D::_bind_methods() {
BIND_ENUM_CONSTANT(PARAM_INDIRECT_ENERGY);
BIND_ENUM_CONSTANT(PARAM_SPECULAR);
BIND_ENUM_CONSTANT(PARAM_RANGE);
+ BIND_ENUM_CONSTANT(PARAM_SIZE);
BIND_ENUM_CONSTANT(PARAM_ATTENUATION);
BIND_ENUM_CONSTANT(PARAM_SPOT_ANGLE);
BIND_ENUM_CONSTANT(PARAM_SPOT_ATTENUATION);