1
This commit is contained in:
parent
7a90166a53
commit
3b8b4bb870
@ -397,11 +397,7 @@ void Bullet::MapServiceUpdate()
|
||||
}
|
||||
}
|
||||
move_length -= step_len;
|
||||
// 999
|
||||
#if 1
|
||||
#else
|
||||
SetPos(GetPos() + dir * step_len);
|
||||
#endif
|
||||
GetMutablePos().AddGlmVec3(dir * step_len);
|
||||
float distance = GetPos().Distance2D2(born_pos);
|
||||
if (room->OverBorder(GetPos(), gun_meta->bullet_rad())) {
|
||||
if (IsBomb()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user