Ignore:
Timestamp:
02/12/07 08:37:26 (17 years ago)
Author:
mattausch
Message:

warning: debug version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/include/OgreBoundingBoxConverter.h

    r2111 r2113  
    122122        list<SceneNode *>::const_iterator sit, sit_end = sceneNodeList.end(); 
    123123        // find the bbox which is closest to the current bbox 
    124         for (sit = sceneNodeList.begin(); sit != sceneNodeList.end(); ++ sit) 
     124        for (sit = sceneNodeList.begin(); sit != sit_end; ++ sit) 
    125125        { 
    126126                SceneNode *sn = *sit; 
Note: See TracChangeset for help on using the changeset viewer.