mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:23:51 +00:00
remove no longer needed stuff
This commit is contained in:
parent
3ae5310567
commit
fc507c66f7
2 changed files with 1 additions and 4 deletions
|
@ -208,9 +208,7 @@ namespace MWRender
|
|||
mSceneRoot = sceneRoot;
|
||||
sceneRoot->setStartLight(1);
|
||||
|
||||
mSceneSwitch = new osg::Switch;
|
||||
mSceneSwitch->addChild(sceneRoot);
|
||||
mRootNode->addChild(mSceneSwitch);
|
||||
mRootNode->addChild(mSceneRoot);
|
||||
|
||||
mPathgrid.reset(new Pathgrid(mRootNode));
|
||||
|
||||
|
|
|
@ -224,7 +224,6 @@ namespace MWRender
|
|||
osg::ref_ptr<osgViewer::Viewer> mViewer;
|
||||
osg::ref_ptr<osg::Group> mRootNode;
|
||||
osg::ref_ptr<osg::Group> mSceneRoot;
|
||||
osg::ref_ptr<osg::Switch> mSceneSwitch;
|
||||
Resource::ResourceSystem* mResourceSystem;
|
||||
|
||||
osg::ref_ptr<SceneUtil::WorkQueue> mWorkQueue;
|
||||
|
|
Loading…
Reference in a new issue