Update method names in line with framework changes

This commit is contained in:
Dean Herbert
2017-05-28 18:34:12 +09:00
parent e67a00f1f6
commit bdeaf2dbb4
8 changed files with 16 additions and 16 deletions

View File

@ -74,7 +74,7 @@ namespace osu.Game.Graphics.UserInterface.Volume
return;
}
volumeMeterMaster.TriggerWheel(state);
volumeMeterMaster.TriggerOnWheel(state);
}
[BackgroundDependencyLoader]