mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00: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)
|
||||
gameActive.BindTo(game.IsActive);
|
||||
|
||||
if (game is OsuGame osuGame)
|
||||
LocalUserPlaying.BindTo(osuGame.LocalUserPlaying);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user