This commit is contained in:
aozhiwei 2019-11-22 14:34:05 +08:00
parent 8b3590c52b
commit 12e840465c

View File

@ -559,11 +559,6 @@ void Human::SendWxVoip()
void Human::_UpdateMove(int speed)
{
for (int i = 0; i < speed; ++i) {
a8::Vec2 old_pos = pos;
pos = pos + move_dir;
room->grid_service.MoveHuman(this);
}
}
void Human::ClearFrameData()