mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
oops, ls() on the wrong side of #ifdef
This commit is contained in:
parent
29edbb4712
commit
9c78b5bee0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user