We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bf74258 + 25e927e commit 654132cCopy full SHA for 654132c
scene/2d/tile_map.cpp
@@ -1191,7 +1191,7 @@ void TileMapLayer::_scenes_update() {
1191
const Ref<TileSet> &tile_set = tile_map_node->get_tileset();
1192
1193
// Check if we should cleanup everything.
1194
- bool forced_cleanup = in_destructor || !enabled || !tile_map_node->is_inside_tree() || !tile_set.is_valid() || !tile_map_node->is_visible_in_tree();
+ bool forced_cleanup = in_destructor || !enabled || !tile_map_node->is_inside_tree() || !tile_set.is_valid();
1195
1196
if (forced_cleanup) {
1197
// Clean everything.
0 commit comments