Remove ISpriteComponent (#13458)
This commit is contained in:
@@ -94,7 +94,7 @@ namespace Content.Client.Lobby.UI
|
||||
{
|
||||
return new()
|
||||
{
|
||||
Sprite = _entityManager.GetComponent<ISpriteComponent>(entity),
|
||||
Sprite = _entityManager.GetComponent<SpriteComponent>(entity),
|
||||
OverrideDirection = direction,
|
||||
Scale = (2, 2)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user