Mocap.java....@@ -2267,7 +2267,7 @@22672267 }22682268 22692269 if (!smoothed)2270- for (int i=0; --i>=0;)2270+ for (int i=1; --i>=0;)22712271 SmoothAnimData(); // much reduces shakiness22722272 22732273 smoothed = true;