Ignore:
Timestamp:
03/24/05 08:18:59 (19 years ago)
Author:
gametools
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/OcclusionCullingSceneManager/src/OgreOcclusionCullingSceneManager.cpp

    r26 r28  
    2727        OcclusionCullingSceneManager::~OcclusionCullingSceneManager() 
    2828        {                
    29                 delete mHalfBoundingBox[0]; 
    30                 delete mHalfBoundingBox[1]; 
     29                if(mHalfBoundingBox[0]) delete mHalfBoundingBox[0]; 
     30                if(mHalfBoundingBox[1]) delete mHalfBoundingBox[1]; 
    3131 
    3232                deleteQueries(); 
Note: See TracChangeset for help on using the changeset viewer.