Update Content.Client/GameObjects/Components/Observer/GhostComponent.cs

Co-Authored-By: Pieter-Jan Briers <pieterjan.briers@gmail.com>
This commit is contained in:
Víctor Aguilera Puerto
2020-04-09 02:59:20 +02:00
committed by GitHub
parent a0d114c672
commit 612790840c

View File

@@ -69,7 +69,7 @@ namespace Content.Client.GameObjects.Components.Observer
}
else
{
_gui.Parent?.RemoveChild(_gui);
_gui.Orphan();
}
_gameHud.HandsContainer.AddChild(_gui);