mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Ensure frames arrive
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user