1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 18:19:59 +08:00

Initial sample + samplechannel rework

This commit is contained in:
smoogipoo
2021-01-19 17:11:40 +09:00
Unverified
parent e74ecebfd6
commit de9d075f94
52 changed files with 131 additions and 138 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ namespace osu.Game.Screens.Menu
private readonly List<Button> buttonsTopLevel = new List<Button>();
private readonly List<Button> buttonsPlay = new List<Button>();
private SampleChannel sampleBack;
private Sample sampleBack;
private readonly LogoTrackingContainer logoTrackingContainer;