Correct comment

This commit is contained in:
Craftplacer 2020-08-29 10:50:25 +02:00
parent 4cb9e1d443
commit 1b81415a16
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ public void TestSamplePlaybackWithRateMods(Type expectedMod, double expectedRate
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)