Browse Source

oops, didn't need the set_root_xform

Zachary Pavlov 19 years ago
parent
commit
26b50ba6c9
1 changed files with 0 additions and 1 deletions
  1. 0 1
      panda/src/chan/partBundle.I

+ 0 - 1
panda/src/chan/partBundle.I

@@ -116,7 +116,6 @@ set_root_xform(const LMatrix4f &root_xform) {
   nassertv(Thread::get_current_pipeline_stage() == 0);
   CDWriter cdata(_cycler);
   cdata->_root_xform = root_xform;
-  do_xform(root_xform, invert(root_xform));
   cdata->_anim_changed = true;
 }