Remove unread private member (IDE0052)
This commit is contained in:
committed by
Gustas
parent
43e0cca663
commit
d3a8b07f05
@@ -40,14 +40,11 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
public class WithSpriteControlGroupDecoration : IDecoration
|
||||
{
|
||||
public readonly WithSpriteControlGroupDecorationInfo Info;
|
||||
readonly Actor self;
|
||||
readonly Animation anim;
|
||||
|
||||
public WithSpriteControlGroupDecoration(Actor self, WithSpriteControlGroupDecorationInfo info)
|
||||
{
|
||||
Info = info;
|
||||
this.self = self;
|
||||
|
||||
anim = new Animation(self.World, Info.Image);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user