mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
BeatmapContainer -> beatmapContainer
This commit is contained in:
@ -28,11 +28,11 @@ namespace osu.Game.Overlays.Profile.Sections
|
||||
|
||||
foreach (var paginatedBeatmapContainer in Children.OfType<PaginatedBeatmapContainer>())
|
||||
{
|
||||
paginatedBeatmapContainer.BeganPlayingPreview += (BeatmapContainer) =>
|
||||
paginatedBeatmapContainer.BeganPlayingPreview += beatmapContainer =>
|
||||
{
|
||||
foreach (var bc in Children.OfType<PaginatedBeatmapContainer>())
|
||||
{
|
||||
if (bc != BeatmapContainer)
|
||||
if (bc != beatmapContainer)
|
||||
bc.StopPlayingPreview();
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user