mirror of
https://github.com/ppy/osu
synced 2025-04-01 22:48:33 +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)"),
|
beatCount = new InfoString(@"Beats amount (in the current timing point)"),
|
||||||
currentBeat = new InfoString(@"Current beat"),
|
currentBeat = new InfoString(@"Current beat"),
|
||||||
beatsPerMinute = new InfoString(@"BPM"),
|
beatsPerMinute = new InfoString(@"BPM"),
|
||||||
adjustedBeatLength = new InfoString(@"Beat length"),
|
adjustedBeatLength = new InfoString(@"Adjusted beat length"),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
new Container
|
new Container
|
||||||
|
Loading…
Reference in New Issue
Block a user