Skip to content

Commit 146a6cd

Browse files
VioletSnowLeopardHundrec
authored andcommitted
Fix typo - pause *button*
1 parent 65105df commit 146a6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/funkin/play/PlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ class PlayState extends MusicBeatSubState
11141114

11151115
var pauseButtonCheck:Bool = false;
11161116
var androidPause:Bool = false;
1117-
// So the player wouldn't miss when pressing the pause utton
1117+
// So the player wouldn't miss when pressing the pause button
11181118
#if mobile
11191119
pauseButtonCheck = TouchUtil.pressAction(pauseButton);
11201120
#end

0 commit comments

Comments
 (0)