achievement_menu: start marquee before timestamp margin

This commit is contained in:
Hyper 2024-12-04 00:16:46 +00:00
parent e4dd7f52c4
commit 1a794ef9ee

View file

@ -214,7 +214,7 @@ static void DrawAchievement(int rowIndex, float yOffset, Achievement& achievemen
colTextShadow colTextShadow
); );
if (isSelected && textX + textSize.x >= max.x) if (isSelected && textX + textSize.x >= max.x - Scale(10))
{ {
// Draw achievement description with marquee. // Draw achievement description with marquee.
DrawTextWithMarqueeShadow DrawTextWithMarqueeShadow