mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Apply newline additions
This commit is contained in:
@ -76,6 +76,7 @@ namespace osu.Game.Screens.Backgrounds
|
||||
private void switchBackground(BeatmapBackground b)
|
||||
{
|
||||
float newDepth = 0;
|
||||
|
||||
if (Background != null)
|
||||
{
|
||||
newDepth = Background.Depth + 1;
|
||||
|
Reference in New Issue
Block a user