mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 03:13:21 +08:00
Remove unnecessary overlap
This commit is contained in:
parent
949e17cc0e
commit
c7d8793c1d
@ -79,7 +79,7 @@ namespace osu.Game.Rulesets.Taiko.Skinning
|
|||||||
{
|
{
|
||||||
// add the x coordinates and perform re-layout on all sprites as spacing may change with gameplay scale.
|
// add the x coordinates and perform re-layout on all sprites as spacing may change with gameplay scale.
|
||||||
sprite.X = currentX;
|
sprite.X = currentX;
|
||||||
currentX += sprite.DrawWidth - 1;
|
currentX += sprite.DrawWidth;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (first.ScreenSpaceDrawQuad.TopLeft.X >= ScreenSpaceDrawQuad.TopLeft.X)
|
if (first.ScreenSpaceDrawQuad.TopLeft.X >= ScreenSpaceDrawQuad.TopLeft.X)
|
||||||
|
Loading…
Reference in New Issue
Block a user