mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-04 03:40:14 +00: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:
|
||||
|
||||
MWShadowTechnique* _vdsm;
|
||||
MWShadowTechnique* _vdsm;
|
||||
osg::ref_ptr<osg::RefMatrix> _projectionMatrix;
|
||||
osg::ref_ptr<osgUtil::RenderStage> _renderStage;
|
||||
osg::Polytope _polytope;
|
||||
|
@ -144,7 +144,7 @@ namespace SceneUtil {
|
||||
protected:
|
||||
virtual ~ViewDependentData() {}
|
||||
|
||||
MWShadowTechnique* _viewDependentShadowMap;
|
||||
MWShadowTechnique* _viewDependentShadowMap;
|
||||
|
||||
osg::ref_ptr<osg::StateSet> _stateset;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user