Loosen up apply_self_sync
This commit is contained in:
parent
6f008436da
commit
4b8c017530
@ -1064,7 +1064,7 @@ impl Player {
|
||||
let server_pos = character.get_global_position();
|
||||
let client_pos: Vector3 = data.transform.location.into();
|
||||
|
||||
let max_distance = (self.data.ping as f32 / 2000.)
|
||||
let max_distance = (self.data.ping as f32 / 1000.)
|
||||
* character.dyn_bind().get_move_speed()
|
||||
+ character.dyn_bind().get_y_speed();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user