Skip to content

Commit

Permalink
fix: remove unnecesary comentary
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioRibera committed Apr 7, 2023
1 parent e85b13d commit 488afa7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/input.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ pub fn update_joystick(
}
}

// pub fn elastic_out(t: fxx) -> fxx {
// fxx::sin(-13.0 * (t + 1.0) * FRAC_PI_2) * fxx::powf(2.0, -10.0 * t) + 1.0
// }

pub fn update_joystick_by_mouse(
mouse_button_input: Res<Input<MouseButton>>,
mut cursor_evr: EventReader<CursorMoved>,
Expand Down

0 comments on commit 488afa7

Please sign in to comment.