1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Trim whitespace

This commit is contained in:
smoogipoo 2018-03-10 01:23:53 +09:00
parent 24501c37dd
commit 92b302971f

View File

@ -31,7 +31,7 @@ namespace osu.Game.Rulesets.Osu.Objects
if (position == value)
return;
position = value;
PositionChanged?.Invoke(value);
}
}