mirror of
https://github.com/glest/glest-source.git
synced 2025-09-01 04:01:47 +02:00
move text lower as it interferes with progress bar
This commit is contained in:
@@ -6239,7 +6239,7 @@ void Renderer::renderDisplay() {
|
||||
coreData.getDisplayFont3D(),
|
||||
display->getColor(),
|
||||
metrics.getDisplayX() -1,
|
||||
metrics.getDisplayY() + metrics.getDisplayH() - 56);
|
||||
metrics.getDisplayY() + metrics.getDisplayH() - 60);
|
||||
|
||||
//progress Bar
|
||||
if(display->getProgressBar() != -1) {
|
||||
|
Reference in New Issue
Block a user