Remove ISpriteComponent (#13458)
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Content.Client.Chemistry.Visualizers
|
||||
|
||||
if (component.TryGetData<Color>(FoamVisuals.Color, out var color))
|
||||
{
|
||||
if (entities.TryGetComponent(component.Owner, out ISpriteComponent? sprite))
|
||||
if (entities.TryGetComponent(component.Owner, out SpriteComponent? sprite))
|
||||
{
|
||||
sprite.Color = color;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user