mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Mark recordingScore as nullable
This commit is contained in:
parent
81b0db0401
commit
3ff70d331a
@ -5,6 +5,7 @@ using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using JetBrains.Annotations;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Audio;
|
||||
using osu.Framework.Audio.Sample;
|
||||
@ -156,6 +157,7 @@ namespace osu.Game.Screens.Play
|
||||
PrepareReplay();
|
||||
}
|
||||
|
||||
[CanBeNull]
|
||||
private Score recordingScore;
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user