diff options
Diffstat (limited to 'src/normalopenglgraphics.cpp')
-rw-r--r-- | src/normalopenglgraphics.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/normalopenglgraphics.cpp b/src/normalopenglgraphics.cpp index 5e0fc8a5c..b8b3eb89d 100644 --- a/src/normalopenglgraphics.cpp +++ b/src/normalopenglgraphics.cpp @@ -220,8 +220,8 @@ bool NormalOpenGLGraphics::drawImage2(const Image *const image, srcY += image->mBounds.y; if (!useColor) - glColor4ub(255, 255, 255, image->mAlpha * 255); -// glColor4f(1.0f, 1.0f, 1.0f, image->mAlpha); + glColor4f(1.0f, 1.0f, 1.0f, image->mAlpha); +// glColor4ub(255, 255, 255, image->mAlpha * 255); #ifdef DEBUG_BIND_TEXTURE debugBindTexture(image); |