mirror of
https://github.com/OpenMW/openmw.git
synced 2026-01-04 22:43:06 +00:00
Merge branch 'revert_active' into 'master'
Revert traversal mode to default See merge request OpenMW/openmw!2249
This commit is contained in:
commit
69654b6697
1 changed files with 0 additions and 1 deletions
|
|
@ -637,7 +637,6 @@ namespace MWRender
|
|||
updateProjectionMatrix();
|
||||
|
||||
mViewer->getCamera()->setClearMask(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
|
||||
mViewer->getUpdateVisitor()->setTraversalMode(osg::NodeVisitor::TRAVERSE_ACTIVE_CHILDREN);
|
||||
}
|
||||
|
||||
RenderingManager::~RenderingManager()
|
||||
|
|
|
|||
Loading…
Reference in a new issue