oops, ls() on the wrong side of #ifdef

This commit is contained in:
David Rose 2003-10-30 01:07:32 +00:00
parent 29edbb4712
commit 9c78b5bee0

View File

@ -83,6 +83,8 @@ clear_recorder() {
set_recorder((CollisionRecorder *)NULL);
}
#endif // DO_COLLISION_RECORDING
////////////////////////////////////////////////////////////////////
// Function: CollisionTraverser::ls
// Access: Published
@ -93,5 +95,3 @@ INLINE void CollisionTraverser::
ls() const {
write(nout, 0);
}
#endif // DO_COLLISION_RECORDING