summaryrefslogtreecommitdiff
path: root/scene/animation/animation_tree.cpp
diff options
context:
space:
mode:
authorSilc Renew <tokage.it.lab@gmail.com>2022-12-02 14:05:04 +0900
committerSilc Renew <tokage.it.lab@gmail.com>2022-12-02 15:02:36 +0900
commit962b6a3e8f9d91f92f2547e2da6ba8dbd5a661dc (patch)
tree2feb2ff0f0cd40bf87d43477c9669d18faa0ded6 /scene/animation/animation_tree.cpp
parentbcc061edaeb8676b82dba0d857cfbf66638071b5 (diff)
Fix animation signal caches_cleared firing timing
Diffstat (limited to 'scene/animation/animation_tree.cpp')
-rw-r--r--scene/animation/animation_tree.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/animation/animation_tree.cpp b/scene/animation/animation_tree.cpp
index 3e0f59a48a..7471ddd60f 100644
--- a/scene/animation/animation_tree.cpp
+++ b/scene/animation/animation_tree.cpp
@@ -859,7 +859,6 @@ void AnimationTree::_clear_caches() {
memdelete(K.value);
}
playing_caches.clear();
-
track_cache.clear();
cache_valid = false;
}