diff --git a/source/options/OptionsState.hx b/source/options/OptionsState.hx index aa682d4aaea..b7c7ad0216b 100644 --- a/source/options/OptionsState.hx +++ b/source/options/OptionsState.hx @@ -212,10 +212,10 @@ class OptionsState extends MusicBeatState selectorLeft.y = item.y; selectorRight.x = item.x + item.width + 15; selectorRight.y = item.y; - try { camFollow.setPosition(item.getGraphicMidpoint().x, item.getGraphicMidpoint().y - thing); } - catch(e) {camFollow.setPosition(FlxG.width / 2, FlxG.height / 2 - thing);} } } + camFollow.setPosition(FlxG.width / 2, 20 + (curSelected * (grpOptions.members.length * 10))); + FlxG.sound.play(Paths.sound('scrollMenu')); } function checkKonamiCode():Bool {