From 5bb1248896d9246d3a9575389c97b7bf7aa702fe Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 8 May 2007 02:15:56 +0000 Subject: [PATCH] oops, misplaced brace --- panda/src/collide/collisionLevelState.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/collide/collisionLevelState.I b/panda/src/collide/collisionLevelState.I index ca10b1e1dd..1bd03dcb6a 100644 --- a/panda/src/collide/collisionLevelState.I +++ b/panda/src/collide/collisionLevelState.I @@ -167,8 +167,8 @@ any_in_bounds() { << "Comparing " << c << ": " << *col_gbv << " to " << *node_gbv << ", is_in = " << is_in << "\n"; } - } #endif // NDEBUG + } } if (!is_in) {