mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 05:59:53 +08:00
Trim whitespace.
This commit is contained in:
committed by
GitHub
Unverified
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;
|
||||
|
||||
Reference in New Issue
Block a user