Changeset 9868 for OpenSceneGraph/trunk/src/osgViewer/Viewer.cpp
- Timestamp:
- 03/08/09 13:00:36 (4 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osgViewer/Viewer.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgViewer/Viewer.cpp
r9554 r9868 449 449 } 450 450 } 451 451 452 // attach contexts to _incrementalCompileOperation if attached. 453 if (_incrementalCompileOperation) _incrementalCompileOperation->assignContexts(contexts); 454 452 455 bool grabFocus = true; 453 456 if (grabFocus) … … 899 902 _updateOperations->runOperations(this); 900 903 } 904 905 if (_incrementalCompileOperation.valid()) 906 { 907 // merge subgraphs that have been compiled by the incremental compiler operation. 908 _incrementalCompileOperation->mergeCompiledSubgraphs(); 909 } 910 901 911 902 912 {
