mirror of
https://github.com/glest/glest-source.git
synced 2025-02-25 20:22:31 +01:00
- fixed font overlapping on battle end screen
This commit is contained in:
parent
6c945a4aa6
commit
8d89718a76
@ -235,7 +235,7 @@ void BattleEnd::render() {
|
||||
continue;
|
||||
}
|
||||
|
||||
int textX= lm+160+i*100;
|
||||
int textX= lm + 60 + (i*110);
|
||||
int team= stats.getTeam(i) + 1;
|
||||
int kills= stats.getKills(i);
|
||||
int enemykills= stats.getEnemyKills(i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user