Browse Source

Cosmetic: Bridge strength has been increased in demo_feedback

Oleh Derevenko 7 years ago
parent
commit
3db880d2a6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ode/demo/demo_feedback.cpp

+ 1 - 1
ode/demo/demo_feedback.cpp

@@ -144,7 +144,7 @@ void drawGeom (dGeomID g)
 
 static void inspectJoints(void)
 {
-  const dReal forcelimit = 4000.0;
+  const dReal forcelimit = 5000.0;
   int i;
   for (i=0; i<SEGMCNT-1; i++)
   {