mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-06 20:41:23 +00:00
revert traversal nodes, discovered to break some NIFs with UV controllers
This commit is contained in:
parent
bc1a6bfd72
commit
c770c462e4
1 changed files with 0 additions and 1 deletions
|
@ -637,7 +637,6 @@ namespace MWRender
|
||||||
updateProjectionMatrix();
|
updateProjectionMatrix();
|
||||||
|
|
||||||
mViewer->getCamera()->setClearMask(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
|
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()
|
RenderingManager::~RenderingManager()
|
||||||
|
|
Loading…
Reference in a new issue