uifw/AvKon/aknphysics/inc/aknphysicsconstants.h
branchRCL_3
changeset 55 aecbbf00d063
parent 4 8ca85d2f0db7
child 56 d48ab3b357f1
--- a/uifw/AvKon/aknphysics/inc/aknphysicsconstants.h	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AvKon/aknphysics/inc/aknphysicsconstants.h	Tue Aug 31 15:28:30 2010 +0300
@@ -21,9 +21,9 @@
 
 // Physics Constants
 const TInt KDefaultFriction( 10 );
-const TInt KFps( 60 ); // desired framerate
+const TInt KFps( 50 ); // desired framerate
 const TInt KPhysicsTime( 1000000/KFps ); // timer value
-const TInt KPhysicsMinTime( 8500 ); // ~1000000/(2*KFps);
+const TInt KPhysicsMinTime( 17000 ); // ~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