Explorar o código

Validate fog volume properties

clayjohn %!s(int64=3) %!d(string=hai) anos
pai
achega
b7445f1ff8
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      scene/3d/fog_volume.cpp

+ 1 - 0
scene/3d/fog_volume.cpp

@@ -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) {