Sfoglia il codice sorgente

oops, didn't need the set_root_xform

Zachary Pavlov 19 anni fa
parent
commit
26b50ba6c9
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
 }