opt: optimize client live check

This commit is contained in:
DreamMaoMao
2025-11-02 12:04:15 +08:00
parent 6f7fc3745f
commit d73f51ec70

View File

@@ -863,6 +863,9 @@ void client_commit(Client *c) {
void client_set_pending_state(Client *c) {
if (!c || c->iskilling)
return;
// 判断是否需要动画
if (!animations) {
c->animation.should_animate = false;