This commit is contained in:
aozhiwei 2021-04-16 10:25:32 +08:00
parent b8876aa397
commit f88feb51cb
2 changed files with 0 additions and 2 deletions

View File

@ -73,7 +73,6 @@ void AndroidNewAI::Update(int delta_time)
return;
}
UpdateNewAI();
hum->UpdateViewObjects();
}
float AndroidNewAI::GetAttackRate()

View File

@ -129,7 +129,6 @@ void Player::InternalUpdate(int delta_time)
if (has_use_item_id) {
UpdateUseItemId();
}
UpdateViewObjects();
if (playing_skill) {
UpdateSkill();
}