RCS0056 - roslynator_max_line_length = 180
This commit is contained in:
committed by
Matthias Mailänder
parent
822a29aa76
commit
9d5d2ab493
@@ -60,7 +60,8 @@ namespace OpenRA.Mods.Common.Traits.Render
|
||||
var body = init.Self.TraitOrDefault<BodyOrientation>();
|
||||
var facing = init.Self.TraitOrDefault<IFacing>();
|
||||
|
||||
overlay = new Animation(init.World, renderSprites.GetImage(init.Self), facing == null ? () => WAngle.Zero : (body == null ? () => facing.Facing : () => body.QuantizeFacing(facing.Facing)))
|
||||
overlay = new Animation(init.World, renderSprites.GetImage(init.Self),
|
||||
facing == null ? () => WAngle.Zero : (body == null ? () => facing.Facing : () => body.QuantizeFacing(facing.Facing)))
|
||||
{
|
||||
IsDecoration = info.IsDecoration
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user