Ignore:
Timestamp:
02/19/07 16:58:27 (17 years ago)
Author:
mattausch
Message:

removed bug with aabb assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OGRE/trunk/ogre_changes/Ogre1.2/PlugIns/OctreeSceneManager/src/OgreOctree.cpp

    r921 r2128  
    103103 
    104104    mParent = parent; 
    105 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 
    106         // update bounds because we want tight octree 
    107         _updateBounds(); 
    108          
    109 #endif //GTP_VISIBILITY_MODIFIED_OGRE 
     105 
    110106    mNumNodes = 0; 
    111107} 
     
    250246        } 
    251247        } 
     248 
    252249        // HACK: clamp to bounds 
    253250        AxisAlignedBox box; 
Note: See TracChangeset for help on using the changeset viewer.