This commit is contained in:
aozhiwei 2021-08-25 11:20:21 +08:00
parent 6b1d493d2c
commit 02fad54382

View File

@ -15,6 +15,7 @@ void FragMiTask::Done()
a8::Vec2 center = bomb_pos;
if (follow_target.Get()) {
bomb_pos = follow_target.Get()->GetPos();
center = bomb_pos;
}
Explosion explosion;