Ignore:
Timestamp:
01/31/07 18:11:51 (17 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/OGRE/src/OgreBvHierarchy.cpp

    r2066 r2069  
    15361536                        it != leaf->mBvhRenderables.end(); it ++) 
    15371537                { 
    1538                         SceneNode *sn = static_cast<SceneNode *>(*it); 
     1538                        SceneNode *sn = static_cast<BvHierarchySceneNode *>(*it); 
    15391539 
    15401540                        if (sn != exclude) 
Note: See TracChangeset for help on using the changeset viewer.