mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 04:41:39 +00:00
achievement_menu: start marquee before timestamp margin
This commit is contained in:
parent
e4dd7f52c4
commit
1a794ef9ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue