1
This commit is contained in:
parent
b8876aa397
commit
f88feb51cb
@ -73,7 +73,6 @@ void AndroidNewAI::Update(int delta_time)
|
||||
return;
|
||||
}
|
||||
UpdateNewAI();
|
||||
hum->UpdateViewObjects();
|
||||
}
|
||||
|
||||
float AndroidNewAI::GetAttackRate()
|
||||
|
@ -129,7 +129,6 @@ void Player::InternalUpdate(int delta_time)
|
||||
if (has_use_item_id) {
|
||||
UpdateUseItemId();
|
||||
}
|
||||
UpdateViewObjects();
|
||||
if (playing_skill) {
|
||||
UpdateSkill();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user