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

revert traversal nodes, discovered to break some NIFs with UV controllers

This commit is contained in:
cody glassman 2022-08-06 11:39:23 -07:00
parent bc1a6bfd72
commit c770c462e4

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