From 94330dcd634de1b4bbc544a9f3962d04582eb6e6 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Tue, 1 May 2012 21:18:22 +0200 Subject: [PATCH] [cosmetic] - fix comment --- xbmc/input/InertialScrollingHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xbmc/input/InertialScrollingHandler.cpp b/xbmc/input/InertialScrollingHandler.cpp index 1dfe459c15ec8..e381427e9b618 100644 --- a/xbmc/input/InertialScrollingHandler.cpp +++ b/xbmc/input/InertialScrollingHandler.cpp @@ -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()