mirror of https://github.com/ppy/osu
Add note about sequential execution of ConvertHitObject
This commit is contained in:
parent
58c88196ae
commit
bd88df2722
|
@ -80,6 +80,7 @@ private IEnumerable<T> convert(HitObject original, Beatmap beatmap)
|
|||
|
||||
/// <summary>
|
||||
/// Performs the conversion of a hit object.
|
||||
/// This method generally executed sequentially for all objects in a beatmap.
|
||||
/// </summary>
|
||||
/// <param name="original">The hit object to convert.</param>
|
||||
/// <param name="beatmap">The un-converted Beatmap.</param>
|
||||
|
|
Loading…
Reference in New Issue