mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 21:12:33 +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(),
|
coreData.getDisplayFont3D(),
|
||||||
display->getColor(),
|
display->getColor(),
|
||||||
metrics.getDisplayX() -1,
|
metrics.getDisplayX() -1,
|
||||||
metrics.getDisplayY() + metrics.getDisplayH() - 56);
|
metrics.getDisplayY() + metrics.getDisplayH() - 60);
|
||||||
|
|
||||||
//progress Bar
|
//progress Bar
|
||||||
if(display->getProgressBar() != -1) {
|
if(display->getProgressBar() != -1) {
|
||||||
|
Reference in New Issue
Block a user