summaryrefslogtreecommitdiff
path: root/scene/resources/height_map_shape.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/height_map_shape.cpp')
-rw-r--r--scene/resources/height_map_shape.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/resources/height_map_shape.cpp b/scene/resources/height_map_shape.cpp
index 8cd271dab0..f763700d52 100644
--- a/scene/resources/height_map_shape.cpp
+++ b/scene/resources/height_map_shape.cpp
@@ -85,6 +85,7 @@ void HeightMapShape::_update_shape() {
d["min_height"] = min_height;
d["max_height"] = max_height;
PhysicsServer::get_singleton()->shape_set_data(get_shape(), d);
+ Shape::_update_shape();
}
void HeightMapShape::set_map_width(int p_new) {