mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Initial sample + samplechannel rework
This commit is contained in:
@ -18,8 +18,8 @@ namespace osu.Game.Graphics.Containers
|
||||
[Cached(typeof(IPreviewTrackOwner))]
|
||||
public abstract class OsuFocusedOverlayContainer : FocusedOverlayContainer, IPreviewTrackOwner, IKeyBindingHandler<GlobalAction>
|
||||
{
|
||||
private SampleChannel samplePopIn;
|
||||
private SampleChannel samplePopOut;
|
||||
private Sample samplePopIn;
|
||||
private Sample samplePopOut;
|
||||
|
||||
protected override bool BlockNonPositionalInput => true;
|
||||
|
||||
|
Reference in New Issue
Block a user