mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 15:03:13 +08:00
Fix syntax
This commit is contained in:
parent
a2e2cca396
commit
5ae6b2cf5b
@ -83,8 +83,7 @@ namespace osu.Game.Rulesets.Osu.Edit
|
|||||||
{
|
{
|
||||||
Quad quad = getSelectionQuad();
|
Quad quad = getSelectionQuad();
|
||||||
|
|
||||||
if (!centre.HasValue)
|
centre ??= quad.Centre;
|
||||||
centre = quad.Centre;
|
|
||||||
|
|
||||||
foreach (var h in SelectedHitObjects.OfType<OsuHitObject>())
|
foreach (var h in SelectedHitObjects.OfType<OsuHitObject>())
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user