mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Add drawings screen
This commit is contained in:
@ -56,7 +56,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
||||
var p3 = new Vector2(p2.X, c2.Y);
|
||||
var p4 = new Vector2(c2.X, p3.Y);
|
||||
|
||||
Positions = new[] { p1, p2, p3, p4 }.Select(ToLocalSpace).ToList();
|
||||
Vertices = new[] { p1, p2, p3, p4 }.Select(ToLocalSpace).ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user