fix not being able to change volume while ingame

This commit is contained in:
yugecin 2017-01-28 22:32:49 +01:00
parent 1fab72d5a4
commit d8422cb1fb

View File

@ -241,7 +241,7 @@ public class StoryboardOverlay extends OverlayOpsuState implements OptionsOverla
@Override
public boolean onMouseWheelMoved(int delta) {
return true;
return false;
}
public void onEnter() {