X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Feffects%2Fshadowmap.cpp;h=bbf602bc60f2ed483215074c0727eba0e8ea2634;hp=123cae274bb698327c476dfa382f69e0d266487b;hb=HEAD;hpb=acd7bb6e23e2aff9934ecf32852c62ba72c13574 diff --git a/source/effects/shadowmap.cpp b/source/effects/shadowmap.cpp index 123cae27..bbf602bc 100644 --- a/source/effects/shadowmap.cpp +++ b/source/effects/shadowmap.cpp @@ -298,6 +298,8 @@ ShadowMap *ShadowMap::Template::create(const map &renderab throw invalid_operation("ShadowMap::Template::create"); } + create_base(*shadow_map); + return shadow_map.release(); }