Add note about sequential execution of ConvertHitObject

This commit is contained in:
Dean Herbert 2017-11-24 14:39:39 +09:00
parent 58c88196ae
commit bd88df2722
1 changed files with 1 additions and 0 deletions

View File

@ -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>