struct style init straggler

This commit is contained in:
Quaternions 2023-09-01 20:27:28 -07:00
parent ce5f6fceb9
commit bda898a1f1

View File

@ -231,7 +231,7 @@ impl strafe_client::framework::Example for Skybox {
time: Instant::now(), time: Instant::now(),
pos: glam::Vec3::new(5.0,0.0,5.0), pos: glam::Vec3::new(5.0,0.0,5.0),
vel: glam::Vec3::new(0.0,0.0,0.0), vel: glam::Vec3::new(0.0,0.0,0.0),
gravity: glam::Vec3 { x: 0.0, y: -100.0, z: 0.0 }, gravity: glam::Vec3::new(0.0,-100.0,0.0),
friction: 90.0, friction: 90.0,
screen_size: (config.width, config.height), screen_size: (config.width, config.height),
offset: glam::Vec3::new(0.0,4.5,0.0), offset: glam::Vec3::new(0.0,4.5,0.0),