Ignore:
Timestamp:
07/14/05 09:06:16 (19 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/include/OgrePlatformQueryManager.h

    r173 r174  
    1818    */ 
    1919        PlatformQueryManager(PlatformHierarchyInterface *hierarchyInterface,  
    20                                  Viewport *vp, 
    21                                                  bool renderPatches); 
     20                                 Viewport *vp, int queryModes); 
    2221     
    2322    /**  
     
    4241        */ 
    4342        void SetViewport(Viewport *vp); 
    44          
     43 
    4544protected: 
    4645 
     
    5352 
    5453        Viewport *mViewport; 
     54         
    5555        bool mWasInitialised; 
    56         bool mRenderPatches; 
    5756}; 
    5857 
Note: See TracChangeset for help on using the changeset viewer.