mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 06:02:56 +08:00
Use -1 as the default preview time globally in metadata
This commit is contained in:
parent
1b8136e3e0
commit
6674567af1
@ -39,7 +39,7 @@ namespace osu.Game.Beatmaps
|
|||||||
/// The time in milliseconds to begin playing the track for preview purposes.
|
/// The time in milliseconds to begin playing the track for preview purposes.
|
||||||
/// If -1, the track should begin playing at 40% of its length.
|
/// If -1, the track should begin playing at 40% of its length.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int PreviewTime { get; set; }
|
public int PreviewTime { get; set; } = -1;
|
||||||
|
|
||||||
public string AudioFile { get; set; } = string.Empty;
|
public string AudioFile { get; set; } = string.Empty;
|
||||||
public string BackgroundFile { get; set; } = string.Empty;
|
public string BackgroundFile { get; set; } = string.Empty;
|
||||||
|
Loading…
Reference in New Issue
Block a user