diff options
Diffstat (limited to 'src/normalopenglgraphics.h')
-rw-r--r-- | src/normalopenglgraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h index feedeb65a..022f4d596 100644 --- a/src/normalopenglgraphics.h +++ b/src/normalopenglgraphics.h @@ -128,6 +128,7 @@ class NormalOpenGLGraphics final : public Graphics void setColor(const gcn::Color &color) { mColor = color; + mColor2 = color; mColorAlpha = (color.a != 255); } |