Kinetic Scrolling Fixes

This commit is contained in:
fd
2015-09-15 21:39:35 -04:00
parent 133241f630
commit d69e5fa5e7
4 changed files with 14 additions and 16 deletions

View File

@@ -6,7 +6,7 @@ package itdelatrisu.opsu.ui;
*
* @author fluddokt (https://github.com/fluddokt)
*/
public class KinecticScrolling {
public class KineticScrolling {
/** The moving averaging constant */
final static private float AVG_CONST = 0.2f;