mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00:00
Add parens to declare operator precedence
This commit is contained in:
parent
ab9290772b
commit
0b9916b266
@ -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();
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user