|
From: Yoda-JM <yo...@us...> - 2009-07-26 11:36:44
|
Module: performous
Branch: master
Commit: 2a4b8390bc883ff4c3f97e9deccf2322a4178726
Author: Vincent Le Ligeour <yo...@us...>
Date: Sun Jul 26 13:36:22 2009 +0200
Fixed lyrics position
---
game/layout_singer.cc | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/game/layout_singer.cc b/game/layout_singer.cc
index 9441d96..7007fbc 100644
--- a/game/layout_singer.cc
+++ b/game/layout_singer.cc
@@ -41,6 +41,7 @@ void LayoutSinger::draw(double time, Position position) {
linespacing = 0.06;
break;
case LayoutSinger::MIDDLE:
+ pos.center(-0.05);
linespacing = 0.04;
break;
}
|