diff options
Diffstat (limited to 'src/ui/playerui.c')
-rw-r--r-- | src/ui/playerui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/playerui.c b/src/ui/playerui.c index fadbc2da..3e22a1d2 100644 --- a/src/ui/playerui.c +++ b/src/ui/playerui.c | |||
@@ -145,7 +145,7 @@ void draw_PlayerUI(iPlayerUI *d, iPaint *p) { | |||
145 | const int dotWidth = advance_Text(uiLabel_FontId, dot).x; | 145 | const int dotWidth = advance_Text(uiLabel_FontId, dot).x; |
146 | draw_Text(uiLabel_FontId, | 146 | draw_Text(uiLabel_FontId, |
147 | init_I2(s1 * (1.0f - normPos) + s2 * normPos - dotWidth / 2, yMid - hgt / 2), | 147 | init_I2(s1 * (1.0f - normPos) + s2 * normPos - dotWidth / 2, yMid - hgt / 2), |
148 | bright, | 148 | isPaused_Player(d->player) ? dim : bright, |
149 | dot); | 149 | dot); |
150 | /* Volume adjustment. */ | 150 | /* Volume adjustment. */ |
151 | if (isAdjusting) { | 151 | if (isAdjusting) { |