mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 18:23:04 +08:00
Update IWorkingBeatmap.cs
This commit is contained in:
parent
e57819d687
commit
e3b405cc23
@ -134,6 +134,6 @@ namespace osu.Game.Beatmaps
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Reads the correct track restart point from beatmap metadata and sets looping to enabled.
|
/// Reads the correct track restart point from beatmap metadata and sets looping to enabled.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
void PrepareTrackForPreview(bool looping);
|
void PrepareTrackForPreview(bool looping, int priorToPreview = 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user