mirror of
https://github.com/ppy/osu
synced 2024-12-26 00:32:52 +00:00
Fix incorrect logging of preview tracks without track owner
This commit is contained in:
parent
35a347ce60
commit
7f9cc4d5ff
@ -105,6 +105,8 @@ namespace osu.Game.Audio
|
|||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
|
if (Owner == null)
|
||||||
Logger.Log($"A {nameof(PreviewTrack)} was created without a containing {nameof(IPreviewTrackOwner)}. An owner should be added for correct behaviour.");
|
Logger.Log($"A {nameof(PreviewTrack)} was created without a containing {nameof(IPreviewTrackOwner)}. An owner should be added for correct behaviour.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user