- Timestamp:
- May 19, 2006, 5:00:08 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_detection/obb_tree_node.cc
r7732 r7733 493 493 if( unlikely(treeNode == NULL || nodeA == NULL || nodeB == NULL)) 494 494 { 495 assert(false);495 // assert(false); 496 496 return; 497 497 }
Note: See TracChangeset
for help on using the changeset viewer.