Skip to content
This repository has been archived by the owner on Nov 10, 2024. It is now read-only.

Commit

Permalink
Update REPLICON_INTEGRATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RJ authored Oct 6, 2023
1 parent 66e461a commit 2d6d6a3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions REPLICON_INTEGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ pub fn deserialize_rotation_timewarp(
} else {
entity.insert(comp);
}
if let Some(mut sync_status) = entity.get_mut::<SyncStatus>() {
sync_status.last_snapshot_rot = Some(comp);
sync_status.last_update_frame = tick.get();
}
Ok(())
}

Expand Down

0 comments on commit 2d6d6a3

Please sign in to comment.