diff --git a/scene/3d/light_3d.cpp b/scene/3d/light_3d.cpp index 9c30ddbd873..2f7d55fcd5e 100644 --- a/scene/3d/light_3d.cpp +++ b/scene/3d/light_3d.cpp @@ -552,7 +552,6 @@ void DirectionalLight3D::_validate_property(PropertyInfo &p_property) const { p_property.usage = PROPERTY_USAGE_NO_EDITOR; } } - if (p_property.name == "light_size" || p_property.name == "light_projector") { // Not implemented in DirectionalLight3D (`light_size` is replaced by `light_angular_distance`). p_property.usage = PROPERTY_USAGE_NONE;