Fix DirectionalLight3D property list

(cherry picked from commit cd1d676c28)
This commit is contained in:
kobewi
2026-03-07 18:47:12 +01:00
committed by Thaddeus Crews
parent eaadb59480
commit f0502ec953
-1
View File
@@ -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;