Browse Source

fix non-animation in pview

David Rose 19 years ago
parent
commit
46f556e826
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/char/character.cxx

+ 1 - 0
panda/src/char/character.cxx

@@ -67,6 +67,7 @@ Character(const string &name) :
   _joints_pcollector(PStatCollector(_animation_pcollector, name), "Joints"),
   _joints_pcollector(PStatCollector(_animation_pcollector, name), "Joints"),
   _skinning_pcollector(PStatCollector(_animation_pcollector, name), "Vertices")
   _skinning_pcollector(PStatCollector(_animation_pcollector, name), "Vertices")
 {
 {
+  set_cull_callback();
 }
 }
 
 
 ////////////////////////////////////////////////////////////////////
 ////////////////////////////////////////////////////////////////////