Add newline between statements

This commit is contained in:
Dean Herbert 2021-02-08 20:05:16 +09:00 committed by GitHub
parent 19368f87fb
commit 156f5bd5df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);