mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 09:58:21 +08:00
Merge pull request #3256 from peppy/fix-logo-flying
Fix logo flying off-screen when exiting game
This commit is contained in:
commit
0711f30395
@ -278,7 +278,7 @@ namespace osu.Game.Screens.Menu
|
||||
|
||||
if (logo != null)
|
||||
{
|
||||
if (logoTracking && iconFacade.IsLoaded)
|
||||
if (logoTracking && logo.RelativePositionAxes == Axes.None && iconFacade.IsLoaded)
|
||||
logo.Position = logoTrackingPosition;
|
||||
|
||||
iconFacade.Width = logo.SizeForFlow * 0.5f;
|
||||
|
Loading…
Reference in New Issue
Block a user