mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 00:09:55 +09:00
add some missing stuff
This commit is contained in:
@ -111,7 +111,6 @@ namespace osu.Game.Graphics.UserInterface
|
||||
{
|
||||
float x = (i + count - values.Length) / (float)(count - 1) * DrawWidth - 1;
|
||||
float y = GetYPosition(values[i]) * DrawHeight - path.PathWidth;
|
||||
// the -1 is for inner offset in path (actually -PathWidth)
|
||||
path.AddVertex(new Vector2(x, y));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user