mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix TabControls using the wrong sample
This commit is contained in:
@ -72,7 +72,8 @@ namespace osu.Game.Overlays.BeatmapListing
|
|||||||
Size = new Vector2(12),
|
Size = new Vector2(12),
|
||||||
Icon = getIconForCardSize(Value)
|
Icon = getIconForCardSize(Value)
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
new HoverClickSounds(HoverSampleSet.TabSelect)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ namespace osu.Game.Overlays
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
AddInternal(new HoverClickSounds());
|
AddInternal(new HoverClickSounds(HoverSampleSet.TabSelect));
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
|
Reference in New Issue
Block a user