mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
Removed debug line
This commit is contained in:
parent
3b3cc59471
commit
a399b18837
@ -344,7 +344,6 @@ namespace osu.Game.Screens.Select
|
|||||||
if (track != null)
|
if (track != null)
|
||||||
{
|
{
|
||||||
trackManager.SetExclusive(track);
|
trackManager.SetExclusive(track);
|
||||||
System.Diagnostics.Debug.WriteLine("Preview: {0}", preview);
|
|
||||||
if (preview)
|
if (preview)
|
||||||
track.Seek(Beatmap.Metadata.PreviewTime);
|
track.Seek(Beatmap.Metadata.PreviewTime);
|
||||||
track.Start();
|
track.Start();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user