fix non-animation in pview

This commit is contained in:
David Rose 2006-10-06 05:44:56 +00:00
parent 074afb48f5
commit 46f556e826

View File

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