diff --git a/maomao.c b/maomao.c index ea8289e3..a041e298 100644 --- a/maomao.c +++ b/maomao.c @@ -3655,7 +3655,7 @@ void scene_buffer_apply_size(struct wlr_scene_buffer *buffer, int sx, int sy, vo } void buffer_set_size(Client *c, animationScale data) { - if (c->animation.current.width <= c->current.width && c->animation.current.height <= c->geom.height) { + if (c->animation.current.width <= c->geom.width && c->animation.current.height <= c->geom.height) { return; } if(c->iskilling|| c->animation.tagouting || c->animation.tagining || c->animation.tagouted) {