Show
Ignore:
Timestamp:
05/16/13 17:52:29 (4 days ago)
Author:
robert
Message:

Added support for setting the left/right cull masks

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/examples/osgviewerWX/osgviewerWX.cpp

    r12814 r13130  
    300300        getState()->setGraphicsContext(this); 
    301301 
    302         if (_traits.valid() && _traits->sharedContext) 
     302        if (_traits.valid() && _traits->sharedContext.valid()) 
    303303        { 
    304304            getState()->setContextID( _traits->sharedContext->getState()->getContextID() );