Merge branch 'master' into fix-cursor

This commit is contained in:
Dean Herbert
2019-06-07 10:43:21 +09:00
committed by GitHub
22 changed files with 705 additions and 45 deletions

View File

@ -212,7 +212,8 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
Vector2 pos = parts[i].Position;
float localTime = parts[i].Time;
texture.DrawQuad(
DrawQuad(
texture,
new Quad(pos.X - size.X / 2, pos.Y - size.Y / 2, size.X, size.Y),
DrawColourInfo.Colour,
null,