1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 00:20:38 +08:00

Add newline between statements

This commit is contained in:
Dean Herbert
2021-02-08 20:05:16 +09:00
committed by GitHub
Unverified
parent 19368f87fb
commit 156f5bd5df
+1
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);