mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Merge branch 'master' into fix-wedge-nullref
This commit is contained in:
@ -100,6 +100,8 @@ namespace osu.Game.Overlays
|
|||||||
|
|
||||||
public bool Adjust(GlobalAction action)
|
public bool Adjust(GlobalAction action)
|
||||||
{
|
{
|
||||||
|
if (!IsLoaded) return false;
|
||||||
|
|
||||||
switch (action)
|
switch (action)
|
||||||
{
|
{
|
||||||
case GlobalAction.DecreaseVolume:
|
case GlobalAction.DecreaseVolume:
|
||||||
|
Reference in New Issue
Block a user