Fix ponder text being shy and hiding behind other things

This commit is contained in:
grimmauld 2021-03-26 16:27:57 +01:00
parent 35c62360be
commit 1675ee25b4

View file

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