mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 00:42:55 +08:00
Trim whitespace.
This commit is contained in:
parent
27ddf4b475
commit
0dd97c433f
@ -60,7 +60,7 @@ namespace osu.Game.Modes.Beatmaps
|
||||
T tObject = original as T;
|
||||
if (tObject != null)
|
||||
yield return tObject;
|
||||
|
||||
|
||||
// Convert the hit object
|
||||
foreach (var obj in ConvertHitObject(original, beatmap))
|
||||
yield return obj;
|
||||
|
Loading…
Reference in New Issue
Block a user