forked from StrafesNET/strafe-client
reorder elements
This commit is contained in:
parent
230469496e
commit
5391b635fb
@ -10,11 +10,11 @@ pub struct PhysicsState {
|
||||
pub time: TIME,
|
||||
pub strafe_tick_period: TIME,
|
||||
pub tick: u32,
|
||||
pub gravity: glam::Vec3,
|
||||
pub friction: f32,
|
||||
pub mv: f32,
|
||||
pub grounded: bool,
|
||||
pub walkspeed: f32,
|
||||
pub friction: f32,
|
||||
pub gravity: glam::Vec3,
|
||||
pub grounded: bool,
|
||||
pub jump_trying: bool,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user