mirror of
https://github.com/osukey/osukey.git
synced 2025-05-31 10:27:26 +09:00
formated using dotnet format
This commit is contained in:
parent
19da2fb4af
commit
794b8673e2
@ -165,7 +165,7 @@ namespace osu.Game.Screens.Play
|
|||||||
sampleRestart = audio.Samples.Get(@"Gameplay/restart");
|
sampleRestart = audio.Samples.Get(@"Gameplay/restart");
|
||||||
|
|
||||||
samplePause = audio.Samples.Get(@"Gameplay/pause-loop");
|
samplePause = audio.Samples.Get(@"Gameplay/pause-loop");
|
||||||
if(samplePause != null) { samplePause.Looping = true; }
|
if (samplePause != null) { samplePause.Looping = true; }
|
||||||
|
|
||||||
mouseWheelDisabled = config.GetBindable<bool>(OsuSetting.MouseDisableWheel);
|
mouseWheelDisabled = config.GetBindable<bool>(OsuSetting.MouseDisableWheel);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user