mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
ratings hide now + remove unnessary stuff
This commit is contained in:
@ -19,7 +19,6 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
public readonly BeatmapDetails Details;
|
||||
public readonly Leaderboard Leaderboard;
|
||||
private BeatmapDetailTab currentTab;
|
||||
|
||||
private APIAccess api;
|
||||
|
||||
@ -60,8 +59,6 @@ namespace osu.Game.Screens.Select
|
||||
updateScores();
|
||||
break;
|
||||
}
|
||||
currentTab = tab;
|
||||
updateDetails();
|
||||
},
|
||||
},
|
||||
content = new Container
|
||||
|
Reference in New Issue
Block a user