Remove a pointless portion of the inline comment

This commit is contained in:
Salman Ahmed 2020-09-19 05:54:06 +03:00
parent 6aa84424e4
commit 735b6b0d6f
1 changed files with 1 additions and 2 deletions

View File

@ -140,8 +140,7 @@ protected override void SkinChanged(ISkinSource skin, bool allowFallback)
samplesContainer.ChildrenEnumerable = channels.Select(c => new DrawableSample(c));
// Sample channels have been reloaded to new ones because skin has changed.
// Start playback internally for them if they were playing previously.
// Start playback internally for the new samples if the previous ones were playing beforehand.
if (wasPlaying)
play();
}