mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 20:45:59 +01:00
Fix ponder text being shy and hiding behind other things
This commit is contained in:
parent
35c62360be
commit
1675ee25b4
@ -125,6 +125,7 @@ public class TextWindowElement extends AnimatedOverlayElement {
|
||||
ms.pop();
|
||||
}
|
||||
|
||||
ms.translate(0, 0, 400);
|
||||
FontHelper.drawSplitString(ms, screen.getFontRenderer(), bakedText, targetX - 10, 3, textWidth,
|
||||
ColorHelper.applyAlpha(brighterColor, fade));
|
||||
ms.pop();
|
||||
|
Loading…
Reference in New Issue
Block a user