Fix various artists in medialib.

This commit is contained in:
Tobias Rundstrom 2006-03-05 16:15:07 -03:00
parent 152e1b2be8
commit 52e75244fc
3 changed files with 6 additions and 5 deletions

View file

@ -147,9 +147,6 @@ TextScroller::drawBitmapFont (QString text)
QPixmap p = skin->getLetter (t[i]);
if (p.isNull ()) {
p = skin->getLetter(' ');
if (p.isNull ()) {
qDebug ("abort ffs!");
}
}
paint.drawPixmap (QRect ((i * 6), m_y, 4, 6),