Remove usages of obsolete SpriteView.Sprite.set() (#19500)
This commit is contained in:
@@ -195,7 +195,7 @@ namespace Content.Client.UserInterface.Controls
|
||||
IoCManager.Resolve<IEntityManager>().DeleteEntity(tempQualifier.Owner);
|
||||
}
|
||||
|
||||
HoverSpriteView.Sprite = null;
|
||||
HoverSpriteView.SetEntity(null);
|
||||
}
|
||||
|
||||
private void OnButtonPressed(GUIBoundKeyEventArgs args)
|
||||
|
||||
Reference in New Issue
Block a user