From fda39f713657a4aa47ebc30045828eaeeedfb63b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 29 Aug 2015 08:04:37 +0200 Subject: [PATCH] add missing ISync --- OpenRA.Mods.Common/Traits/BodyOrientation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenRA.Mods.Common/Traits/BodyOrientation.cs b/OpenRA.Mods.Common/Traits/BodyOrientation.cs index 39c47652a3..86c1339a35 100644 --- a/OpenRA.Mods.Common/Traits/BodyOrientation.cs +++ b/OpenRA.Mods.Common/Traits/BodyOrientation.cs @@ -53,7 +53,7 @@ namespace OpenRA.Mods.Common.Traits public object Create(ActorInitializer init) { return new BodyOrientation(init, this); } } - public class BodyOrientation : IBodyOrientation + public class BodyOrientation : IBodyOrientation, ISync { readonly BodyOrientationInfo info; readonly Lazy quantizedFacings;