mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 03:42:55 +08:00
Add newline between statements
This commit is contained in:
parent
19368f87fb
commit
156f5bd5df
@ -192,6 +192,7 @@ namespace osu.Game.Screens.Play
|
|||||||
|
|
||||||
if (game != null)
|
if (game != null)
|
||||||
gameActive.BindTo(game.IsActive);
|
gameActive.BindTo(game.IsActive);
|
||||||
|
|
||||||
if (game is OsuGame osuGame)
|
if (game is OsuGame osuGame)
|
||||||
LocalUserPlaying.BindTo(osuGame.LocalUserPlaying);
|
LocalUserPlaying.BindTo(osuGame.LocalUserPlaying);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user