From 0b8b0af99ed1ac00fc2ae78beb0fe6f9f24582fb Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 18 Aug 2024 16:11:39 +0100 Subject: Add updateStencil to Renderable interface --- gfx/renderable.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gfx/renderable.cpp') 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 +{ +} -- cgit v1.2.3