We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cc3f37 + 261734a commit 925fd8aCopy full SHA for 925fd8a
scene/2d/tile_map_layer.cpp
@@ -72,6 +72,9 @@ void TileMapLayer::_debug_update(bool p_force_cleanup) {
72
if (debug_quadrant->canvas_item.is_valid()) {
73
rs->free(debug_quadrant->canvas_item);
74
}
75
+ if (debug_quadrant->physics_mesh.is_valid()) {
76
+ rs->free(debug_quadrant->physics_mesh);
77
+ }
78
79
debug_quadrant_map.clear();
80
_debug_was_cleaned_up = true;
0 commit comments