We store 6 decimals, so display 6 decimals.
This commit is contained in:
@@ -3650,12 +3650,12 @@ PlayRecordHelpOnCommand=halign,0;valign,0;shadowlength,1
|
||||
|
||||
LoopOnChartEnd=true
|
||||
|
||||
CurrentBeatFormat="%s:\n %.5f\n"
|
||||
CurrentSecondFormat="%s:\n %.5f\n"
|
||||
CurrentBeatFormat="%s:\n %.6f\n"
|
||||
CurrentSecondFormat="%s:\n %.6f\n"
|
||||
SnapToFormat="%s: %s\n"
|
||||
SelectionBeatBeginFormat="%s:\n %.5f"
|
||||
SelectionBeatBeginFormat="%s:\n %.6f"
|
||||
SelectionBeatUnfinishedFormat=" ...\n"
|
||||
SelectionBeatEndFormat="-%.5f\n"
|
||||
SelectionBeatEndFormat="-%.6f\n"
|
||||
DifficultyFormat="%s:\n %s\n"
|
||||
RoutinePlayerFormat="%s:\n %d\n"
|
||||
DescriptionFormat="%s:\n %s\n"
|
||||
@@ -3674,9 +3674,9 @@ NumRollsFormat="%s: %d\n"
|
||||
NumLiftsFormat="%s: %d\n"
|
||||
NumFakesFormat="%s: %d\n"
|
||||
TimingModeFormat="%s:\n %s\n"
|
||||
Beat0OffsetFormat="%s:\n %.5f secs\n"
|
||||
PreviewStartFormat="%s:\n %.5f secs\n"
|
||||
PreviewLengthFormat="%s:\n %.5f secs\n"
|
||||
Beat0OffsetFormat="%s:\n %.6f secs\n"
|
||||
PreviewStartFormat="%s:\n %.6f secs\n"
|
||||
PreviewLengthFormat="%s:\n %.6f secs\n"
|
||||
|
||||
[ScreenPracticeMenu]
|
||||
Fallback="ScreenEditMenu"
|
||||
|
||||
Reference in New Issue
Block a user