Changeset 4889 in orxonox.OLD for orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
- Timestamp:
- Jul 18, 2005, 10:27:16 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/spatial_separation.cc
r4887 r4889 112 112 113 113 114 void SpatialSeparation::drawQuadtree() 115 { 116 if( unlikely( this->quadtree == NULL)) 117 return; 118 119 this->quadtree->drawTree(4, 0); 120 } 114 121 115 122 … … 124 131 125 132 126
Note: See TracChangeset
for help on using the changeset viewer.