Changeset 4711 in orxonox.OLD for orxonox/trunk/src/lib
- Timestamp:
- Jun 26, 2005, 10:17:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/collision_detection/obb_tree_node.cc
r4710 r4711 840 840 if( drawMode & DRAW_BV_POLYGON || drawMode & DRAW_ALL || drawMode & DRAW_BV_BLENDED) 841 841 { 842 if(this->nodeLeft == NULL &&this->nodeRight == NULL)842 if(this->nodeLeft == NULL || this->nodeRight == NULL) 843 843 depth = 0; 844 844 if( !(drawMode & DRAW_SINGLE && depth != 0))
Note: See TracChangeset
for help on using the changeset viewer.