mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Rename BeatmapInfo
variables which were named beatmap
for clarity
This commit is contained in:
@ -68,7 +68,7 @@ namespace osu.Game.Screens.Select.Carousel
|
||||
|
||||
public DrawableCarouselBeatmap(CarouselBeatmap panel)
|
||||
{
|
||||
beatmap = panel.Beatmap;
|
||||
beatmap = panel.BeatmapInfo;
|
||||
Item = panel;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user