overlayutil: pepega

This commit is contained in:
Dutta64
2020-06-28 06:48:24 -06:00
parent c5292dfeab
commit 577732c7fe

View File

@@ -358,7 +358,7 @@ public class OverlayUtil
canvasPoint.getY() + yOffset);
final Point canvasCenterPoint_shadow = new Point(
canvasPoint.getX() + 1,
canvasPoint.getY() + 1);
canvasPoint.getY() + 1 + yOffset);
if (shadows)
{
renderTextLocation(graphics, canvasCenterPoint_shadow, txtString, Color.BLACK);