uifw/AvKon/aknphysics/inc/aknphysicsconstants.h
branchRCL_3
changeset 4 8ca85d2f0db7
parent 0 2f259fa3e83a
child 55 aecbbf00d063
--- a/uifw/AvKon/aknphysics/inc/aknphysicsconstants.h	Tue Feb 02 01:00:49 2010 +0200
+++ b/uifw/AvKon/aknphysics/inc/aknphysicsconstants.h	Fri Feb 19 23:04:46 2010 +0200
@@ -21,9 +21,9 @@
 
 // Physics Constants
 const TInt KDefaultFriction( 10 );
-const TInt KFps( 50 ); // desired framerate
+const TInt KFps( 60 ); // desired framerate
 const TInt KPhysicsTime( 1000000/KFps ); // timer value
-const TInt KPhysicsMinTime( 17000 ); // ~1000000/(2*KFps);
+const TInt KPhysicsMinTime( 8500 ); // ~1000000/(2*KFps);
 const TInt KAknHighResMinWait( 500 ); // minimum wait time between callbacks
 const TInt KAknHighResMaxWait( 100000 ); // maximum wait time between callbacks
 const TInt KMaxContacts( 2 ); // max amount of contacts with 2 objects