mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 07:09:53 +08:00
Add parens to declare operator precedence
This commit is contained in:
+1
-1
@@ -654,7 +654,7 @@ namespace osu.Game
|
||||
if (!(ScreenStack.CurrentScreen is IOsuScreen currentScreen))
|
||||
return;
|
||||
|
||||
if (!((Drawable)currentScreen).IsLoaded || currentScreen.AllowBackButton && !currentScreen.OnBackButton())
|
||||
if (!((Drawable)currentScreen).IsLoaded || (currentScreen.AllowBackButton && !currentScreen.OnBackButton()))
|
||||
ScreenStack.Exit();
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user