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