mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Mark recordingScore as nullable
This commit is contained in:
@ -5,6 +5,7 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using JetBrains.Annotations;
|
||||||
using osu.Framework.Allocation;
|
using osu.Framework.Allocation;
|
||||||
using osu.Framework.Audio;
|
using osu.Framework.Audio;
|
||||||
using osu.Framework.Audio.Sample;
|
using osu.Framework.Audio.Sample;
|
||||||
@ -156,6 +157,7 @@ namespace osu.Game.Screens.Play
|
|||||||
PrepareReplay();
|
PrepareReplay();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[CanBeNull]
|
||||||
private Score recordingScore;
|
private Score recordingScore;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
Reference in New Issue
Block a user