mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-03-14 05:34:21 -04:00
opt: optimize client live check
This commit is contained in:
parent
6f7fc3745f
commit
d73f51ec70
1 changed files with 3 additions and 0 deletions
|
|
@ -863,6 +863,9 @@ void client_commit(Client *c) {
|
||||||
|
|
||||||
void client_set_pending_state(Client *c) {
|
void client_set_pending_state(Client *c) {
|
||||||
|
|
||||||
|
if (!c || c->iskilling)
|
||||||
|
return;
|
||||||
|
|
||||||
// 判断是否需要动画
|
// 判断是否需要动画
|
||||||
if (!animations) {
|
if (!animations) {
|
||||||
c->animation.should_animate = false;
|
c->animation.should_animate = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue