mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Fix compatibility with Xaero's minimap. Fixes #437
This commit is contained in:
parent
a3d5670f7a
commit
55a57c3d1b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ public class UHud {
|
|||
Pony pony = Pony.of(client.player);
|
||||
|
||||
matrices.push();
|
||||
matrices.translate(0, 0, hotbarZ);
|
||||
matrices.translate(0, 0, hotbarZ - 9800);
|
||||
renderViewEffects(pony, context, scaledWidth, scaledHeight, tickDelta);
|
||||
matrices.pop();
|
||||
|
||||
|
|
Loading…
Reference in a new issue