summaryrefslogtreecommitdiff
path: root/gfx/renderable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gfx/renderable.cpp')
-rw-r--r--gfx/renderable.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/gfx/renderable.cpp b/gfx/renderable.cpp
index 9fbc85b..8caab93 100644
--- a/gfx/renderable.cpp
+++ b/gfx/renderable.cpp
@@ -19,3 +19,8 @@ void
Renderable::updateStencil(const ShadowStenciller &) const
{
}
+
+void
+Renderable::updateBillboard(const BillboardPainter &) const
+{
+}