Changeset 9868 for OpenSceneGraph/trunk/src/osgViewer/CompositeViewer.cpp
- Timestamp:
- 03/08/09 13:00:36 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/CompositeViewer.cpp
r9554 r9868 498 498 } 499 499 500 // attach contexts to _incrementalCompileOperation if attached. 501 if (_incrementalCompileOperation) _incrementalCompileOperation->assignContexts(contexts); 502 503 500 504 bool grabFocus = true; 501 505 if (grabFocus) … … 995 999 } 996 1000 1001 if (_incrementalCompileOperation.valid()) 1002 { 1003 // merge subgraphs that have been compiled by the incremental compiler operation. 1004 _incrementalCompileOperation->mergeCompiledSubgraphs(); 1005 } 1006 997 1007 if (_updateOperations.valid()) 998 1008 {
