1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-16 18:01:40 +00:00

Limit crosshair scaling to integer multiples to avoid distortion (#14501)

This commit is contained in:
grorp 2024-03-30 11:07:36 +01:00 committed by GitHub
parent 97066bf795
commit 6e3246c5fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 23 additions and 9 deletions

View file

@ -57,6 +57,7 @@ public:
Hud(Client *client, LocalPlayer *player,
Inventory *inventory);
void readScalingSetting();
~Hud();
enum BlockBoundsMode toggleBlockBounds();