1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 22:07:25 +08:00

Update IWorkingBeatmap.cs

This commit is contained in:
NotGumballer91 2022-10-10 21:02:23 +08:00 committed by GitHub
parent e57819d687
commit e3b405cc23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,6 +134,6 @@ namespace osu.Game.Beatmaps
/// <summary>
/// Reads the correct track restart point from beatmap metadata and sets looping to enabled.
/// </summary>
void PrepareTrackForPreview(bool looping);
void PrepareTrackForPreview(bool looping, int priorToPreview = 0);
}
}