mirror of
https://github.com/ppy/osu.git
synced 2026-05-22 19:41:06 +08:00
Add newline between statements
This commit is contained in:
committed by
GitHub
Unverified
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user