Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Sep 22, 2023
1 parent 52a397f commit 33e0f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/movement/src/syncing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ use de_multiplayer::{NetEntities, NetRecvTransformEvent, ToPlayersEvent};

use crate::movement::MovementSet;

const MIN_SYNC_PERIOD: Duration = Duration::from_secs(2);
const SYNC_RANDOMIZATION_MS: u64 = 2_000;
const MIN_SYNC_PERIOD: Duration = Duration::from_millis(800);
const SYNC_RANDOMIZATION_MS: u64 = 200;

pub(crate) struct SyncingPlugin;

Expand Down

0 comments on commit 33e0f5a

Please sign in to comment.