diff --git a/components/sceneutil/shadow.hpp b/components/sceneutil/shadow.hpp index 9444591c96..6829046506 100644 --- a/components/sceneutil/shadow.hpp +++ b/components/sceneutil/shadow.hpp @@ -32,12 +32,12 @@ namespace SceneUtil protected: bool mEnableShadows; - unsigned int mOutdoorShadowCastingMask; - unsigned int mIndoorShadowCastingMask; - osg::ref_ptr mShadowedScene; osg::ref_ptr mShadowSettings; osg::ref_ptr mShadowTechnique; + + unsigned int mOutdoorShadowCastingMask; + unsigned int mIndoorShadowCastingMask; }; }