mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Remove a pointless portion of the inline comment
This commit is contained in:
parent
6aa84424e4
commit
735b6b0d6f
@ -140,8 +140,7 @@ namespace osu.Game.Skinning
|
||||
|
||||
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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user