Show
Ignore:
Timestamp:
02/21/10 14:47:32 (7 months ago)
Author:
trichards
Message:

Added a lot more debugging statements in an effort to track down an initialization bug. Final bug was fixed by calling setActive().
Also implemented pumpSystemMessages() in ZOgre.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/branches/0185_GEN_PHYSICS_REFACTOR_2/ZOgre/src/RenderingCanvas.hpp

    r2430 r3438  
    7474 
    7575    virtual void querySceneNodes(Math::Real _x, Math::Real _y, I_SceneNodeVisitor& _visitor); 
     76 
     77    virtual void pumpSystemMessages(); 
    7678    /// @} 
    7779 
     
    122124    // TODO This should be abstracted into an I_InputService 
    123125    OIS::Keyboard*      m_pKeyboard; 
    124 #endif // deprecated  
     126#endif // deprecated 
    125127 
    126128    std::map< std::string, bool >   m_compositors;