1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Move logoContainer local again

This commit is contained in:
Dean Herbert 2024-07-12 21:25:21 +09:00
parent e8f7213b3b
commit 9a1939a922
No known key found for this signature in database

View File

@ -84,7 +84,7 @@ namespace osu.Game
public partial class OsuGame : OsuGameBase, IKeyBindingHandler<GlobalAction>, ILocalUserPlayInfo, IPerformFromScreenRunner, IOverlayManager, ILinkHandler
{
#if DEBUG
// Different port allows runnning release and debug builds alongside each other.
// Different port allows running release and debug builds alongside each other.
public const int IPC_PORT = 44824;
#else
public const int IPC_PORT = 44823;
@ -137,8 +137,6 @@ namespace osu.Game
protected ScalingContainer ScreenContainer { get; private set; }
private Container logoContainer;
protected Container ScreenOffsetContainer { get; private set; }
private Container overlayOffsetContainer;
@ -954,6 +952,8 @@ namespace osu.Game
Add(sessionIdleTracker);
Container logoContainer;
AddRange(new Drawable[]
{
new VolumeControlReceptor