Keep scene tiles even if the TileMap is invisible
(cherry picked from commit 25e927e56b
)
This commit is contained in:
parent
b5e7b2c7a7
commit
77383e63a6
@ -1191,7 +1191,7 @@ void TileMapLayer::_scenes_update() {
|
|||||||
const Ref<TileSet> &tile_set = tile_map_node->get_tileset();
|
const Ref<TileSet> &tile_set = tile_map_node->get_tileset();
|
||||||
|
|
||||||
// Check if we should cleanup everything.
|
// Check if we should cleanup everything.
|
||||||
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();
|
||||||
|
|
||||||
if (forced_cleanup) {
|
if (forced_cleanup) {
|
||||||
// Clean everything.
|
// Clean everything.
|
||||||
|
Loading…
Reference in New Issue
Block a user