uifw/AvKon/aknphysics/src/aknphysicsengine.cpp
branchRCL_3
changeset 55 aecbbf00d063
parent 51 fcdfafb36fe7
child 56 d48ab3b357f1
--- a/uifw/AvKon/aknphysics/src/aknphysicsengine.cpp	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AvKon/aknphysics/src/aknphysicsengine.cpp	Tue Aug 31 15:28:30 2010 +0300
@@ -60,11 +60,7 @@
 CAknPhysicsEngine::~CAknPhysicsEngine()
     {
     DeletePhysics();
-    if ( iAlfClient )
-        {
-        iAlfClient->Close();
-        delete iAlfClient;
-        }       
+    delete iAlfClient;
     }
 
 
@@ -271,7 +267,7 @@
     dSpaceCollide ( iSpace, this , &CAknPhysicsEngine::CallbackFunc );
 
     // Take a simulation step 
-    dWorldQuickStep( iWorldId, REAL( 0.06 ) ); 
+    dWorldQuickStep( iWorldId, REAL( 0.1 ) ); 
 
     // Remove all joints in the contact
     dJointGroupEmpty( iContactGroup );