This commit is contained in:
aozhiwei 2023-05-06 14:05:17 +08:00
parent f810b71997
commit 368b6d357e

View File

@ -343,7 +343,9 @@ void Buff::ProcSputteringFunc(Bullet* bullet)
( (
[p] (const a8::Args* args) [p] (const a8::Args* args)
{ {
p->Update(50); if (!p->IsDone()) {
p->Update(50);
}
})); }));
} }