Remove ISpriteComponent (#13458)
This commit is contained in:
@@ -193,7 +193,7 @@ namespace Content.Client.Examine
|
||||
|
||||
vBox.AddChild(hBox);
|
||||
|
||||
if (EntityManager.TryGetComponent(target, out ISpriteComponent? sprite))
|
||||
if (EntityManager.TryGetComponent(target, out SpriteComponent? sprite))
|
||||
{
|
||||
hBox.AddChild(new SpriteView
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user