Fix for compile error.

master
Seraph Linden 2011-04-03 17:27:11 -04:00
parent f433ad3531
commit 9c3b0ddeaf
1 changed files with 1 additions and 2 deletions

View File

@ -627,8 +627,7 @@ BOOL LLPhysicsMotion::onUpdate(F32 time)
// If this is one of our "hidden" driver params, then make sure it's
// the default value.
if ((driver_param->getGroup() != VISUAL_PARAM_GROUP_TWEAKABLE) &&
(driver_param->getGroup() != VISUAL_PARAM_GROUP_TWEAKABLE_NO_TRANSMIT) &&
(driver_param->getVisualParamWeight() != 0))
(driver_param->getGroup() != VISUAL_PARAM_GROUP_TWEAKABLE_NO_TRANSMIT))
{
mCharacter->setVisualParamWeight(driver_param,
0,