diff options
Diffstat (limited to 'gfx/renderable.cpp')
-rw-r--r-- | gfx/renderable.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gfx/renderable.cpp b/gfx/renderable.cpp index 0340189..3594968 100644 --- a/gfx/renderable.cpp +++ b/gfx/renderable.cpp @@ -9,3 +9,8 @@ void Renderable::shadows(const ShadowMapper &) const { } + +void +Renderable::updateStencil(const ShadowStenciller &) const +{ +} |