mirror of
https://github.com/OpenMW/openmw.git
synced 2025-05-10 22:11:27 +00:00
Fix alignment issues caused by renaming classes
This commit is contained in:
parent
02d0ee3485
commit
06b2ce6646
2 changed files with 2 additions and 2 deletions
|
@ -200,7 +200,7 @@ class VDSMCameraCullCallback : public osg::NodeCallback
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
MWShadowTechnique* _vdsm;
|
MWShadowTechnique* _vdsm;
|
||||||
osg::ref_ptr<osg::RefMatrix> _projectionMatrix;
|
osg::ref_ptr<osg::RefMatrix> _projectionMatrix;
|
||||||
osg::ref_ptr<osgUtil::RenderStage> _renderStage;
|
osg::ref_ptr<osgUtil::RenderStage> _renderStage;
|
||||||
osg::Polytope _polytope;
|
osg::Polytope _polytope;
|
||||||
|
|
|
@ -144,7 +144,7 @@ namespace SceneUtil {
|
||||||
protected:
|
protected:
|
||||||
virtual ~ViewDependentData() {}
|
virtual ~ViewDependentData() {}
|
||||||
|
|
||||||
MWShadowTechnique* _viewDependentShadowMap;
|
MWShadowTechnique* _viewDependentShadowMap;
|
||||||
|
|
||||||
osg::ref_ptr<osg::StateSet> _stateset;
|
osg::ref_ptr<osg::StateSet> _stateset;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue