mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Move logoContainer
local again
This commit is contained in:
parent
e8f7213b3b
commit
9a1939a922
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user