Browse Source

fix bug with clear_control_effects()

David Rose 14 years ago
parent
commit
e16719797a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/chan/partBundle.cxx

+ 1 - 1
panda/src/chan/partBundle.cxx

@@ -221,7 +221,7 @@ clear_control_effects() {
     cdataw->_blend.clear();
     cdataw->_blend.clear();
     cdataw->_net_blend = 0.0f;
     cdataw->_net_blend = 0.0f;
     cdataw->_anim_changed = true;
     cdataw->_anim_changed = true;
-    determine_effective_channels(cdata);
+    determine_effective_channels(cdataw);
   }
   }
 }
 }