mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Fixed wrong display string
This commit is contained in:
parent
a59af5b005
commit
3150bdb54b
@ -82,7 +82,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
beatCount = new InfoString(@"Beats amount (in the current timing point)"),
|
||||
currentBeat = new InfoString(@"Current beat"),
|
||||
beatsPerMinute = new InfoString(@"BPM"),
|
||||
adjustedBeatLength = new InfoString(@"Beat length"),
|
||||
adjustedBeatLength = new InfoString(@"Adjusted beat length"),
|
||||
}
|
||||
},
|
||||
new Container
|
||||
|
Loading…
Reference in New Issue
Block a user