mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-04-27 07:50:54 -07:00
"i forgor" fix
This commit is contained in:
parent
557f2d4447
commit
20b2be5de8
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue