mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 10:52:53 +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
|
public partial class OsuGame : OsuGameBase, IKeyBindingHandler<GlobalAction>, ILocalUserPlayInfo, IPerformFromScreenRunner, IOverlayManager, ILinkHandler
|
||||||
{
|
{
|
||||||
#if DEBUG
|
#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;
|
public const int IPC_PORT = 44824;
|
||||||
#else
|
#else
|
||||||
public const int IPC_PORT = 44823;
|
public const int IPC_PORT = 44823;
|
||||||
@ -137,8 +137,6 @@ namespace osu.Game
|
|||||||
|
|
||||||
protected ScalingContainer ScreenContainer { get; private set; }
|
protected ScalingContainer ScreenContainer { get; private set; }
|
||||||
|
|
||||||
private Container logoContainer;
|
|
||||||
|
|
||||||
protected Container ScreenOffsetContainer { get; private set; }
|
protected Container ScreenOffsetContainer { get; private set; }
|
||||||
|
|
||||||
private Container overlayOffsetContainer;
|
private Container overlayOffsetContainer;
|
||||||
@ -954,6 +952,8 @@ namespace osu.Game
|
|||||||
|
|
||||||
Add(sessionIdleTracker);
|
Add(sessionIdleTracker);
|
||||||
|
|
||||||
|
Container logoContainer;
|
||||||
|
|
||||||
AddRange(new Drawable[]
|
AddRange(new Drawable[]
|
||||||
{
|
{
|
||||||
new VolumeControlReceptor
|
new VolumeControlReceptor
|
||||||
|
Loading…
Reference in New Issue
Block a user