diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2022-11-15 15:06:10 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2022-11-16 02:52:04 +0900 |
commit | 17ce879a15dac1d79f5c9a093b0cc54b8e8ff02e (patch) | |
tree | 4bfc937d9a3dcc54a9d6373d66bd33ad25512035 /scene/animation/animation_tree.h | |
parent | 98e0d599529aee2b090d84acbd9aaa28572c0da8 (diff) | |
download | redot-engine-17ce879a15dac1d79f5c9a093b0cc54b8e8ff02e.tar.gz |
Optimize animation blend tree process
Diffstat (limited to 'scene/animation/animation_tree.h')
-rw-r--r-- | scene/animation/animation_tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/animation/animation_tree.h b/scene/animation/animation_tree.h index 96c1279f82..493cd894d0 100644 --- a/scene/animation/animation_tree.h +++ b/scene/animation/animation_tree.h @@ -190,7 +190,6 @@ private: struct TrackCache { bool root_motion = false; uint64_t setup_pass = 0; - uint64_t process_pass = 0; Animation::TrackType type = Animation::TrackType::TYPE_ANIMATION; Object *object = nullptr; ObjectID object_id; |