Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Commit

Permalink
copy-pasting go brrr
Browse files Browse the repository at this point in the history
  • Loading branch information
ActualMandM committed Dec 11, 2021
1 parent b426dfe commit 2b4829e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Options.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1076,6 +1076,6 @@ class MillisecondOption extends Option

private override function updateDisplay():String
{
return LangUtil.getString('optMillisecond') + ' ' + (FlxG.save.data.noteSplash ? LangUtil.getString('cmnOn') : LangUtil.getString('cmnOff'));
return LangUtil.getString('optMillisecond') + ' ' + (FlxG.save.data.millisecond ? LangUtil.getString('cmnOn') : LangUtil.getString('cmnOff'));
}
}

0 comments on commit 2b4829e

Please sign in to comment.