1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 15:06:41 +00:00

Fix some copiler warnings (hopefully)

This commit is contained in:
AnyOldName3 2018-03-03 02:01:03 +00:00
parent d6a7aec971
commit 3bed2a7b01

View file

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