mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-06 08:57:45 +07:00
"i forgor" fix
This commit is contained in:
parent
557f2d4447
commit
20b2be5de8
@ -969,7 +969,7 @@ public class MapObjectives implements Iterable<MapObjective>, Eachable<MapObject
|
||||
fetchedText = fetchText(text);
|
||||
}
|
||||
|
||||
float scl = autoscale ? 4f / renderer.getScale() : 1f;
|
||||
float scl = autoscale ? 4f / renderer.getDisplayScale() : 1f;
|
||||
|
||||
WorldLabel.drawAt(fetchedText, pos.x, pos.y, drawLayer, flags, fontSize * scl);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user