Skip to content

Commit

Permalink
delta delta
Browse files Browse the repository at this point in the history
  • Loading branch information
AV306 committed Aug 4, 2023
1 parent 8fcbbbd commit a41f443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ private void onEndTick()
/**
* Modify the mouse delta, so that the arrow keys control look angle.
* Note: Mouse deltas are only used when the cursor is locked; i.e. when "actually playing"
* @param f: Delta delta :)
* @param f: Delta of the delta
* @param accelerate: Make the delta change at an increasing rate. Not sure if this actually does anything
*/
private void modifyMouseDelta( double f, boolean accelerate )
Expand Down

0 comments on commit a41f443

Please sign in to comment.