From e26c01fe66bc698555fdee9d681b3abd6822848a Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 22 Aug 2017 00:17:03 +0300 Subject: Remove some parentheses. --- src/render/sdlgraphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render') diff --git a/src/render/sdlgraphics.cpp b/src/render/sdlgraphics.cpp index bf4e1a258..9220f530e 100644 --- a/src/render/sdlgraphics.cpp +++ b/src/render/sdlgraphics.cpp @@ -1054,7 +1054,7 @@ void SDLGraphics::fillRectangle(const Rect &restrict rectangle) restrict2 const unsigned pb = (pixel & bMask) * mColor.a; const unsigned pg = (pixel & gMask) * mColor.a; const unsigned pr = (pixel & rMask) * mColor.a; - const unsigned a0 = (255 - mColor.a); + const unsigned a0 = 255 - mColor.a; const unsigned int a1 = a0 * bShift; const unsigned int a2 = a0 * gShift; -- cgit v1.2.3-60-g2f50