aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/newgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/newgui.cpp b/gui/newgui.cpp
index 8b191b2077..4b57bca753 100644
--- a/gui/newgui.cpp
+++ b/gui/newgui.cpp
@@ -317,7 +317,7 @@ void NewGui::line(int x, int y, int x2, int y2, int16 color)
void NewGui::blendRect(int x, int y, int w, int h, int16 color)
{
- #define ALPHA_LEVEL 2
+ #define ALPHA_LEVEL 3
uint8 r, g, b;
uint8 ar, ag, ab;
_system->colorToRBG(color, r, g, b);