|
From: Tapio V. <aa...@us...> - 2011-12-18 17:40:40
|
Author: Tapio Vierros <tap...@gm...>
Date: Sun Dec 18 19:30:43 2011 +0200
Display bottom lyrics further down in duet mode.
---
game/layout_singer.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/layout_singer.cc b/game/layout_singer.cc
index 14e1100..4f0645c 100644
--- a/game/layout_singer.cc
+++ b/game/layout_singer.cc
@@ -129,7 +129,7 @@ void LayoutSinger::draw(double time, PositionMode position) {
linespacing = 0.04;
break;
case LayoutSinger::BOTTOM:
- pos.screenBottom(-0.1);
+ pos.screenBottom(-0.05);
linespacing = 0.04;
break;
case LayoutSinger::LEFT:
|