mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Apply reviews
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Screens.Menu
|
||||
if (CentreTarget == null)
|
||||
return base.OriginPosition;
|
||||
|
||||
return CentreTarget.DrawPosition + CentreTarget.DrawSize / 2;
|
||||
return CentreTarget.DrawPosition + CentreTarget.DrawSize / 2 * CentreTarget.Scale;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user