动画类恢复子对象的Update 因为als需要 如有性能问题后续再优化

This commit is contained in:
Lenheart 2024-12-25 11:28:41 +08:00
parent 7709aaf54b
commit 55847baa36
1 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ class Animation extends Actor {
}
}
}
//Animation类下只会有精灵 因此不需要对子对象进行更新
// base.OnUpdate(dt);
//Animation类下只会有精灵 因此不需要对子对象进行更新 还有可能有als 还得想办法优化
base.OnUpdate(dt);
}
}