Changeset 5219 in orxonox.OLD for trunk/src/lib/graphics/spatial_separation
- Timestamp:
 - Sep 23, 2005, 1:37:57 AM (20 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
trunk/src/lib/graphics/spatial_separation/quadtree.cc
r5218 r5219 87 87 for (unsigned int i = 0; i < QUADTREE_MATERIAL_COUNT; i++) 88 88 delete this->materials[i]; 89 delete this->materials;89 delete[] this->materials; 90 90 } 91 91  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






