mirror of
https://github.com/godotengine/godot.git
synced 2024-11-11 06:33:10 +00:00
Validate fog volume properties
This commit is contained in:
parent
455e027725
commit
b7445f1ff8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user