mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Make timeshift player able to not allow pause
This commit is contained in:
@ -35,7 +35,8 @@ namespace osu.Game.Screens.Multi.Play
|
|||||||
[Resolved]
|
[Resolved]
|
||||||
private IBindable<RulesetInfo> ruleset { get; set; }
|
private IBindable<RulesetInfo> ruleset { get; set; }
|
||||||
|
|
||||||
public TimeshiftPlayer(PlaylistItem playlistItem)
|
public TimeshiftPlayer(PlaylistItem playlistItem, bool allowPause = true)
|
||||||
|
: base(allowPause)
|
||||||
{
|
{
|
||||||
this.playlistItem = playlistItem;
|
this.playlistItem = playlistItem;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user