*** empty log message ***
This commit is contained in:
parent
562f55e196
commit
fe8bff27bf
|
|
@ -15,10 +15,7 @@
|
|||
#include <vector_PartGroupStar.h>
|
||||
#include <pointerTo.h>
|
||||
#include <geom.h>
|
||||
|
||||
#ifdef DO_PSTATS
|
||||
#include <pStatCollector.h>
|
||||
#endif
|
||||
|
||||
class CharacterJointBundle;
|
||||
class ComputedVertices;
|
||||
|
|
@ -82,11 +79,9 @@ private:
|
|||
typedef vector_PartGroupStar Parts;
|
||||
Parts _parts;
|
||||
|
||||
#ifdef DO_PSTATS
|
||||
// Statistics
|
||||
PStatCollector _char_pcollector;
|
||||
static PStatCollector _anim_pcollector;
|
||||
#endif
|
||||
// Statistics
|
||||
PStatCollector _char_pcollector;
|
||||
static PStatCollector _anim_pcollector;
|
||||
|
||||
public:
|
||||
static void register_with_read_factory(void);
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ private:
|
|||
friend class PStatClient;
|
||||
|
||||
#else // DO_PSTATS
|
||||
|
||||
public:
|
||||
INLINE PStatCollector(const string &,
|
||||
const RGBColorf & = RGBColorf::zero(),
|
||||
int = -1,
|
||||
|
|
|
|||
Loading…
Reference in New Issue