Changeset 4918 in orxonox.OLD for orxonox/trunk/src/lib/graphics
- Timestamp:
- Jul 21, 2005, 12:37:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc
r4914 r4918 362 362 void QuadtreeNode::drawTree(int depth, int drawMode) const 363 363 { 364 printf("this = %p\n", this);365 364 if( this->treeDepth == this->maxDepth) 366 365 {
Note: See TracChangeset
for help on using the changeset viewer.