Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ac02de60dc
1 changed files with 1 additions and 1 deletions
|
@ -185,7 +185,7 @@ public class NextTurnInfoWidget extends TextInfoWidget {
|
||||||
if(textPaint != null ) {
|
if(textPaint != null ) {
|
||||||
if (turnType != null && !mini && turnType.getExitOut() > 0) {
|
if (turnType != null && !mini && turnType.getExitOut() > 0) {
|
||||||
canvas.drawText(turnType.getExitOut() + "", centerText.x,
|
canvas.drawText(turnType.getExitOut() + "", centerText.x,
|
||||||
centerText.y + textPaint.getTextSize() / 2, textPaint);
|
centerText.y - textPaint.ascent() / 2, textPaint);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue