mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 17:26:38 +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; |         mSceneRoot = sceneRoot; | ||||||
|         sceneRoot->setStartLight(1); |         sceneRoot->setStartLight(1); | ||||||
| 
 | 
 | ||||||
|         mSceneSwitch = new osg::Switch; |         mRootNode->addChild(mSceneRoot); | ||||||
|         mSceneSwitch->addChild(sceneRoot); |  | ||||||
|         mRootNode->addChild(mSceneSwitch); |  | ||||||
| 
 | 
 | ||||||
|         mPathgrid.reset(new Pathgrid(mRootNode)); |         mPathgrid.reset(new Pathgrid(mRootNode)); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -224,7 +224,6 @@ namespace MWRender | ||||||
|         osg::ref_ptr<osgViewer::Viewer> mViewer; |         osg::ref_ptr<osgViewer::Viewer> mViewer; | ||||||
|         osg::ref_ptr<osg::Group> mRootNode; |         osg::ref_ptr<osg::Group> mRootNode; | ||||||
|         osg::ref_ptr<osg::Group> mSceneRoot; |         osg::ref_ptr<osg::Group> mSceneRoot; | ||||||
|         osg::ref_ptr<osg::Switch> mSceneSwitch; |  | ||||||
|         Resource::ResourceSystem* mResourceSystem; |         Resource::ResourceSystem* mResourceSystem; | ||||||
| 
 | 
 | ||||||
|         osg::ref_ptr<SceneUtil::WorkQueue> mWorkQueue; |         osg::ref_ptr<SceneUtil::WorkQueue> mWorkQueue; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue