1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-25 03:40:40 +00:00

Merge branch 'revert_active' into 'master'

Revert traversal mode to default

See merge request OpenMW/openmw!2249
This commit is contained in:
psi29a 2022-08-07 16:23:19 +00:00
commit 69654b6697

View File

@ -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()