You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-25 15:37:42 +00:00
Validate fog volume properties
This commit is contained in:
@@ -50,6 +50,7 @@ void FogVolume::_validate_property(PropertyInfo &property) const {
|
|||||||
property.usage = PROPERTY_USAGE_NONE;
|
property.usage = PROPERTY_USAGE_NONE;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
VisualInstance3D::_validate_property(property);
|
||||||
}
|
}
|
||||||
|
|
||||||
void FogVolume::set_extents(const Vector3 &p_extents) {
|
void FogVolume::set_extents(const Vector3 &p_extents) {
|
||||||
|
|||||||
Reference in New Issue
Block a user