summaryrefslogtreecommitdiff
path: root/src/render/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r--src/render/graphics.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h
index a61c47437..9b63ba6c6 100644
--- a/src/render/graphics.h
+++ b/src/render/graphics.h
@@ -308,7 +308,8 @@ class Graphics notfinal
void setColor2(const Color &color)
{ mColor2 = color; }
- void setColorAll(const Color &color, const Color &color2)
+ virtual void setColorAll(const Color &color,
+ const Color &color2)
{
mColor = color;
mColor2 = color2;