Skip to content

Commit

Permalink
Add bpm indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebola3461 committed Dec 29, 2023
1 parent a08ca88 commit 23bd622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/osu/ratechanger/BeatmapRateChanger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class BeatmapRateChanger {
}

private getRateText() {
return `(${this.rate.toFixed(2)}x [${Math.round(this.beatmap.bpm)}])`;
return `(${this.rate.toFixed(2)}x [${Math.round(this.beatmap.bpm)}bpm])`;
}

generate() {
Expand Down

0 comments on commit 23bd622

Please sign in to comment.