Merge pull request #54501 from clayjohn/fog-volume-validate

Validate fog volume properties
This commit is contained in:
Rémi Verschelde 2021-11-02 07:57:03 +01:00 committed by GitHub
commit 1ad3890183
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ void FogVolume::_validate_property(PropertyInfo &property) const {
property.usage = PROPERTY_USAGE_NONE;
return;
}
VisualInstance3D::_validate_property(property);
}
void FogVolume::set_extents(const Vector3 &p_extents) {