mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Update to work with latest framework
This commit is contained in:
parent
99f1f88c75
commit
416772e96f
@ -3,7 +3,7 @@
|
||||
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Game.Overlays.Mods;
|
||||
using osu.Framework.GameModes.Testing;
|
||||
using osu.Framework.Screens.Testing;
|
||||
using osu.Game.Modes;
|
||||
using osu.Game.Graphics;
|
||||
using osu.Framework.Allocation;
|
||||
|
@ -31,7 +31,7 @@ namespace osu.Game.Overlays.Mods
|
||||
}
|
||||
private SpriteText text;
|
||||
private Container iconsContainer;
|
||||
private AudioSample sampleOn, sampleOff;
|
||||
private SampleChannel sampleOn, sampleOff;
|
||||
|
||||
public Action<Mod> Action; // Passed the selected mod or null if none
|
||||
public Key ToggleKey;
|
||||
|
Loading…
Reference in New Issue
Block a user