1
0
Fork 0
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:
AnyOldName3 2018-02-26 14:34:14 +00:00
parent 02d0ee3485
commit 06b2ce6646
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;