From 6acb9c29caf101c3bfde4f43b1e68c4991e0cd71 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 21 Mar 2002 22:34:05 +0000 Subject: [PATCH] trivial --- panda/src/pgraph/cullHandler.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/panda/src/pgraph/cullHandler.cxx b/panda/src/pgraph/cullHandler.cxx index a7e7038097..49c8bda51f 100644 --- a/panda/src/pgraph/cullHandler.cxx +++ b/panda/src/pgraph/cullHandler.cxx @@ -21,6 +21,7 @@ #include "geom.h" #include "transformState.h" #include "renderState.h" +#include "notify.h" //////////////////////////////////////////////////////////////////// // Function: CullHandler::Destructor @@ -46,7 +47,8 @@ CullHandler:: //////////////////////////////////////////////////////////////////// void CullHandler:: record_object(CullableObject *object) { - cerr << *object->_geom << " " << *object->_transform << " " << *object->_state << "\n"; + nout << *object->_geom << " " << *object->_transform << " " + << *object->_state << "\n"; delete object; }