Skip to content

Commit

Permalink
grahh
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagabe19 authored Dec 23, 2024
1 parent 771043c commit 2589e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/options/NoteOffsetState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -513,8 +513,6 @@ class NoteOffsetState extends MusicBeatState
timeTxt.text = 'Current offset: ' + Math.floor(barPercent) + ' ms';
}

final buttonAccept:String = (controls.mobileC) ? 'A' : (!controls.controllerMode) ? 'Accept' : 'Start';

function updateMode()
{
rating.visible = onComboMenu;
Expand All @@ -536,6 +534,8 @@ class NoteOffsetState extends MusicBeatState
controllerPointer.visible = controls.controllerMode;
}

final buttonAccept:String = (controls.mobileC) ? 'A' : (!controls.controllerMode) ? 'Accept' : 'Start';

var str:String;
var str2:String;
if(onComboMenu)
Expand Down

0 comments on commit 2589e3d

Please sign in to comment.