mirror of
https://github.com/ppy/osu
synced 2025-01-20 04:50:50 +00:00
Remove unrequired parenthesis
This commit is contained in:
parent
3d7866e82d
commit
bb1d74255e
@ -1016,7 +1016,7 @@ namespace osu.Game
|
||||
var horizontalOffset = 0f;
|
||||
|
||||
if (Settings.IsLoaded && Settings.IsPresent)
|
||||
horizontalOffset += (ToLocalSpace(Settings.ScreenSpaceDrawQuad.TopRight).X) * SCREEN_OFFSET_RATIO;
|
||||
horizontalOffset += ToLocalSpace(Settings.ScreenSpaceDrawQuad.TopRight).X * SCREEN_OFFSET_RATIO;
|
||||
if (Notifications.IsLoaded && Notifications.IsPresent)
|
||||
horizontalOffset += (ToLocalSpace(Notifications.ScreenSpaceDrawQuad.TopLeft).X - DrawWidth) * SCREEN_OFFSET_RATIO;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user