mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
more useful spammage
This commit is contained in:
parent
de14f0633e
commit
06fc402c55
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user