fix not being able to change volume while ingame
This commit is contained in:
parent
1fab72d5a4
commit
d8422cb1fb
|
@ -241,7 +241,7 @@ public class StoryboardOverlay extends OverlayOpsuState implements OptionsOverla
|
|||
|
||||
@Override
|
||||
public boolean onMouseWheelMoved(int delta) {
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
public void onEnter() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user