1
This commit is contained in:
parent
f810b71997
commit
368b6d357e
@ -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);
|
||||||
|
}
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user