mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Partial everything
This commit is contained in:
committed by
Dean Herbert
parent
a1c559ae05
commit
7bc8908ca9
@ -26,7 +26,7 @@ using osuTK.Input;
|
||||
namespace osu.Game.Tests.Visual.Menus
|
||||
{
|
||||
[TestFixture]
|
||||
public class TestSceneToolbar : OsuManualInputManagerTestScene
|
||||
public partial class TestSceneToolbar : OsuManualInputManagerTestScene
|
||||
{
|
||||
private TestToolbar toolbar;
|
||||
|
||||
@ -201,7 +201,7 @@ namespace osu.Game.Tests.Visual.Menus
|
||||
AddAssert("volume not changed", () => Audio.Volume.Value == 0.5);
|
||||
}
|
||||
|
||||
public class TestToolbar : Toolbar
|
||||
public partial class TestToolbar : Toolbar
|
||||
{
|
||||
public new Bindable<OverlayActivation> OverlayActivationMode => base.OverlayActivationMode as Bindable<OverlayActivation>;
|
||||
}
|
||||
|
Reference in New Issue
Block a user