|
@@ -15,7 +15,7 @@
|
|
|
#include "character.h"
|
|
#include "character.h"
|
|
|
#include "characterJoint.h"
|
|
#include "characterJoint.h"
|
|
|
#include "config_char.h"
|
|
#include "config_char.h"
|
|
|
-
|
|
|
|
|
|
|
+#include "nodePath.h"
|
|
|
#include "geomNode.h"
|
|
#include "geomNode.h"
|
|
|
#include "datagram.h"
|
|
#include "datagram.h"
|
|
|
#include "datagramIterator.h"
|
|
#include "datagramIterator.h"
|
|
@@ -392,7 +392,9 @@ update() {
|
|
|
|
|
|
|
|
PStatTimer timer(_joints_pcollector);
|
|
PStatTimer timer(_joints_pcollector);
|
|
|
if (char_cat.is_spam()) {
|
|
if (char_cat.is_spam()) {
|
|
|
- char_cat.spam() << "Animating " << *this << " at time " << now << "\n";
|
|
|
|
|
|
|
+ char_cat.spam()
|
|
|
|
|
+ << "Animating " << NodePath::any_path(this)
|
|
|
|
|
+ << " at time " << now << "\n";
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
do_update();
|
|
do_update();
|