This commit is contained in:
aozhiwei 2020-12-09 16:12:24 +08:00
parent e6ba781b30
commit 85a76df9e7

View File

@ -30,12 +30,16 @@ void Bullet::Initialize()
void Bullet::Update(int delta_time)
{
#ifdef DEBUG
#if 0
player->room->CheckPartObjects();
#endif
#endif
MapServiceUpdate();
#ifdef DEBUG
#if 0
player->room->CheckPartObjects();
#endif
#endif
++updated_times_;
}