Joseph Madamba
Joseph Madamba
There is a GD section now, but not sure about rearranging them.
Related to https://github.com/ppy/osu-web/issues/2687.
So, I have temporary access to an iMac that has this problem (may not have access once this is commented on, and will probably have to wait >1 week): ...
I removed those if statements when I had access, and is more or less the same behavior as my diff. My diff: `wrappedCoord = wrap(v_TexCoord, v_TexRect)` -> `v_TexCoord` Your diff:...
Unpinning for now because of no new updates since 2022. Can be converted to an "announcement" discussion instead as it's a better fit there.
I'm still interested in fixing this. Sorry for ignoring this PR for so long. There are two behavioral differences when using `PerformFromScreen`: - there is a 200 ms delay when...
The code makes sense and is similar to `master` but looping `subScreen.Exit()`. When I did my implementation, I probably got lost in what `OnExiting` does. It only does the exit...
`OnBackButton` also checks for `LoungeSubScreen`: https://github.com/ppy/osu/blob/2470991aaa4fc51c138977886f7dc5d7f7984d45/osu.Game/Screens/OnlinePlay/OnlinePlayScreen.cs#L173-L177 and bypasses its `OnExiting`, so I think doing the same here is fine.
Resolved in https://github.com/ppy/osu/pull/22775, remaining issue is tracked in https://github.com/ppy/osu/issues/22416.
Can be closed.