This commit is contained in:
aozhiwei 2022-10-01 10:11:28 +08:00
parent ed2fb628e2
commit a50c5f22e5

View File

@ -831,6 +831,9 @@ void Bullet::ForceRemove()
ClearBuffList();
room->RemoveObjectLater(this);
later_removed_ = true;
if (!keep_shot_animi_timer_ptr.expired()) {
room->xtimer.DeleteTimer(keep_shot_animi_timer_ptr);
}
}
}