mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Throw when getting a frame of an empty replay
This commit is contained in:
@ -32,8 +32,6 @@ namespace osu.Game.Input.Handlers
|
||||
|
||||
public override bool Initialize(GameHost host) => true;
|
||||
|
||||
public override bool IsActive => true;
|
||||
|
||||
public class ReplayState<T> : IInput
|
||||
where T : struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user