فهرست منبع

Validate fog volume properties

clayjohn 3 سال پیش
والد
کامیت
b7445f1ff8
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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) {