Update framework

This commit is contained in:
Dean Herbert
2018-06-03 02:28:11 +09:00
parent 88628812c6
commit 64eda27547
6 changed files with 11 additions and 11 deletions

View File

@ -364,7 +364,7 @@ namespace osu.Game.Screens.Play
Background?.FadeTo(1f, fade_out_duration);
}
protected override bool OnWheel(InputState state) => mouseWheelDisabled.Value && !pauseContainer.IsPaused;
protected override bool OnScroll(InputState state) => mouseWheelDisabled.Value && !pauseContainer.IsPaused;
private void initializeStoryboard(bool asyncLoad)
{