mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
oops, misplaced brace
This commit is contained in:
parent
12d0fc68c0
commit
5bb1248896
@ -167,8 +167,8 @@ any_in_bounds() {
|
|||||||
<< "Comparing " << c << ": " << *col_gbv
|
<< "Comparing " << c << ": " << *col_gbv
|
||||||
<< " to " << *node_gbv << ", is_in = " << is_in << "\n";
|
<< " to " << *node_gbv << ", is_in = " << is_in << "\n";
|
||||||
}
|
}
|
||||||
}
|
|
||||||
#endif // NDEBUG
|
#endif // NDEBUG
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_in) {
|
if (!is_in) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user