mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 06:23:52 +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:
|
||||
|
||||
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…
Reference in a new issue