mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-19 09:27:22 -04:00
Fix alignment issues caused by renaming classes
This commit is contained in:
parent
02d0ee3485
commit
06b2ce6646
@ -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…
x
Reference in New Issue
Block a user