"i forgor" fix

This commit is contained in:
ApsZoldat 2023-11-28 22:19:08 +03:00
parent 557f2d4447
commit 20b2be5de8

View File

@ -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);
}