mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 07:32:55 +08:00
Correct comment
This commit is contained in:
parent
4cb9e1d443
commit
1b81415a16
@ -116,7 +116,7 @@ namespace osu.Game.Tests.Gameplay
|
||||
AddAssert("sample playback rate matches mod rates", () => sample.Channel.AggregateFrequency.Value == expectedRate);
|
||||
}
|
||||
|
||||
// TODO: adding IBeatmapSkin changes are as minimal as possible, but this shouldn't exist or should be reworked to work with LegacyBeatmapSkin
|
||||
// TODO: adding IBeatmapSkin to keep changes as minimal as possible, but this shouldn't exist or should be reworked to inherit LegacyBeatmapSkin
|
||||
private class TestSkin : LegacySkin, IBeatmapSkin
|
||||
{
|
||||
public TestSkin(string resourceName, AudioManager audioManager)
|
||||
|
Loading…
Reference in New Issue
Block a user