Undo a bit of regression in llphysicsmotion

This commit is contained in:
Shyotl
2013-03-26 23:10:26 -05:00
parent 303840f729
commit 60f1bada3d
3 changed files with 130 additions and 6 deletions

View File

@@ -870,6 +870,8 @@ private:
U8 mStepMaterial;
LLVector3 mStepObjectVelocity;
public:
bool mHasPhysicsParameters; //If we receive no physics params from this av then reset and skip llphysicsmotion calculations.
/** Physics
** **
*******************************************************************************/