- Timestamp:
- 05/23/13 20:29:47 (2 hours ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/GraphicsWindowCocoa.mm
r12939 r13130 1187 1187 NSOpenGLContext* sharedContext = NULL; 1188 1188 1189 GraphicsHandleCocoa* graphicsHandleCocoa = dynamic_cast<GraphicsHandleCocoa*>(_traits->sharedContext );1189 GraphicsHandleCocoa* graphicsHandleCocoa = dynamic_cast<GraphicsHandleCocoa*>(_traits->sharedContext.get()); 1190 1190 if (graphicsHandleCocoa) 1191 1191 {
