1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 02:09:54 +08:00

removed unneeded information in a comment

This commit is contained in:
BananeVolante
2020-07-01 13:27:33 +02:00
Unverified
parent 946fcf75ac
commit ab134c0ed7
+1 -1
View File
@@ -35,7 +35,7 @@ namespace osu.Game.Screens.Play
Looping = true,
});
// PopIn is called before updating the skin, and when a sample is updated, its "playing" value is reset
// the sample must be played again(and if it plays when it shouldn't, the volume will be at 0)
// the sample must be played again
pauseLoop.OnSkinChanged += () => pauseLoop.Play();
}