1
0
Fork 0

(svn r24610) -Change: [NewGRF] Set the reference brightness of 32bpp mask recolouring to 128.

release/1.3
frosch 2012-10-17 20:21:43 +00:00
parent 1ba5d9ca6e
commit e4416d6a0c
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ public:
return Colour(grey, grey, grey);
}
static const int DEFAULT_BRIGHTNESS = 64;
static const int DEFAULT_BRIGHTNESS = 128;
static inline Colour AdjustBrightness(Colour colour, uint8 brightness)
{