mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-20 11:53:52 +00:00
Fix some copiler warnings (hopefully)
This commit is contained in:
parent
d6a7aec971
commit
3bed2a7b01
1 changed files with 3 additions and 3 deletions
|
@ -32,12 +32,12 @@ namespace SceneUtil
|
||||||
protected:
|
protected:
|
||||||
bool mEnableShadows;
|
bool mEnableShadows;
|
||||||
|
|
||||||
unsigned int mOutdoorShadowCastingMask;
|
|
||||||
unsigned int mIndoorShadowCastingMask;
|
|
||||||
|
|
||||||
osg::ref_ptr<osgShadow::ShadowedScene> mShadowedScene;
|
osg::ref_ptr<osgShadow::ShadowedScene> mShadowedScene;
|
||||||
osg::ref_ptr<osgShadow::ShadowSettings> mShadowSettings;
|
osg::ref_ptr<osgShadow::ShadowSettings> mShadowSettings;
|
||||||
osg::ref_ptr<MWShadowTechnique> mShadowTechnique;
|
osg::ref_ptr<MWShadowTechnique> mShadowTechnique;
|
||||||
|
|
||||||
|
unsigned int mOutdoorShadowCastingMask;
|
||||||
|
unsigned int mIndoorShadowCastingMask;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue