mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-29 13:20:35 +00:00
Fix some copiler warnings (hopefully)
This commit is contained in:
parent
d6a7aec971
commit
3bed2a7b01
@ -32,12 +32,12 @@ namespace SceneUtil
|
||||
protected:
|
||||
bool mEnableShadows;
|
||||
|
||||
unsigned int mOutdoorShadowCastingMask;
|
||||
unsigned int mIndoorShadowCastingMask;
|
||||
|
||||
osg::ref_ptr<osgShadow::ShadowedScene> mShadowedScene;
|
||||
osg::ref_ptr<osgShadow::ShadowSettings> mShadowSettings;
|
||||
osg::ref_ptr<MWShadowTechnique> mShadowTechnique;
|
||||
|
||||
unsigned int mOutdoorShadowCastingMask;
|
||||
unsigned int mIndoorShadowCastingMask;
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user