Ensure frames arrive

This commit is contained in:
Dean Herbert
2020-10-27 14:47:15 +09:00
parent 593b0a3ada
commit 400542bc0b
2 changed files with 10 additions and 1 deletions

View File

@ -82,7 +82,7 @@ namespace osu.Game.Rulesets.Replays
/// </summary>
public bool FrameAccuratePlayback = false;
protected bool HasFrames => Frames.Count > 0;
public bool HasFrames => Frames.Count > 0;
private bool inImportantSection
{