Skip to content

Commit

Permalink
[cosmetic] - fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed May 1, 2012
1 parent a0b0a23 commit 94330dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xbmc/input/InertialScrollingHandler.cpp
Expand Up @@ -36,7 +36,7 @@
#define TIME_FOR_DEACELLERATION_DECREASE 0.5f
//the factor for decreasing the deacceleration
#define DEACELLERATION_DECREASE_FACTOR 0.9f
//minimum speed for doing inertial scroll is 50 pixels / s
//minimum speed for doing inertial scroll is 100 pixels / s
#define MINIMUM_SPEED_FOR_INERTIA 100

CInertialScrollingHandler::CInertialScrollingHandler()
Expand Down

0 comments on commit 94330dc

Please sign in to comment.