1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-04 12:39:55 +00:00

Move to the correct namespace part 2

This commit is contained in:
AnyOldName3 2018-02-24 00:55:24 +00:00
parent 11e59d3c11
commit c815366044

View File

@ -37,7 +37,7 @@ namespace SceneUtil {
ViewDependentShadowMap(const ViewDependentShadowMap& vdsm, const osg::CopyOp& copyop = osg::CopyOp::SHALLOW_COPY);
META_Object(osgShadow, ViewDependentShadowMap);
META_Object(SceneUtil, ViewDependentShadowMap);
/** initialize the ShadowedScene and local cached data structures.*/
virtual void init();