Fix crash related to game HUD upon joining.
This commit is contained in:
@@ -91,6 +91,7 @@ namespace Content.Client.GameTicking
|
|||||||
_lobby = null;
|
_lobby = null;
|
||||||
_gameChat?.Dispose();
|
_gameChat?.Dispose();
|
||||||
_gameChat = null;
|
_gameChat = null;
|
||||||
|
_gameHud.RootControl.Orphan();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void FrameUpdate(RenderFrameEventArgs renderFrameEventArgs)
|
public void FrameUpdate(RenderFrameEventArgs renderFrameEventArgs)
|
||||||
@@ -171,7 +172,7 @@ namespace Content.Client.GameTicking
|
|||||||
_gameChat = null;
|
_gameChat = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
_gameHud.RootControl.Parent?.RemoveChild(_gameHud.RootControl);
|
_gameHud.RootControl.Orphan();
|
||||||
|
|
||||||
_tickerState = TickerState.InLobby;
|
_tickerState = TickerState.InLobby;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user