Changeset 4869 in orxonox.OLD
- Timestamp:
- Jul 15, 2005, 12:21:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/spatial_separation/quadtree_node.cc
r4868 r4869 326 326 for( int i = 0; i < this->numVertices; ++i) 327 327 { 328 pVertices = & pModelInfo->pVertices[i * 3];328 pVertices = &this->pVertices[i * 3]; 329 329 if( pVertices[0] > maxX) 330 330 maxX = pVertices[0];
Note: See TracChangeset
for help on using the changeset viewer.