diff options
Diffstat (limited to 'gfx/renderable.cpp')
-rw-r--r-- | gfx/renderable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gfx/renderable.cpp b/gfx/renderable.cpp index 3594968..27f2459 100644 --- a/gfx/renderable.cpp +++ b/gfx/renderable.cpp @@ -6,7 +6,7 @@ Renderable::lights(const SceneShader &) const } void -Renderable::shadows(const ShadowMapper &) const +Renderable::shadows(const ShadowMapper &, const Frustum &) const { } |