diff options
Diffstat (limited to 'examples2d')
| -rw-r--r-- | examples2d/character_controller2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2d/character_controller2.rs b/examples2d/character_controller2.rs index 6f1ed92..ff500e9 100644 --- a/examples2d/character_controller2.rs +++ b/examples2d/character_controller2.rs @@ -131,7 +131,7 @@ pub fn init_world(testbed: &mut Testbed) { (run_state.time * 2.0).sin() * 2.0, (run_state.time * 5.0).sin() * 1.5 ]; - let angvel = run_state.time.sin() * 0.5; + // let angvel = run_state.time.sin() * 0.5; // Update the velocity-based kinematic body by setting its velocity. if let Some(platform) = physics.bodies.get_mut(platform_handle) { |
