Replace spaces with tabs

This commit is contained in:
abcdefg30
2015-03-20 15:22:23 +01:00
parent fb8ac18522
commit f84882ce9c

View File

@@ -122,9 +122,9 @@ namespace OpenRA.Mods.Common.Traits
}
}
readonly string race;
readonly string race;
readonly RenderSpritesInfo info;
readonly Dictionary<string, AnimationWrapper> anims = new Dictionary<string, AnimationWrapper>();
readonly Dictionary<string, AnimationWrapper> anims = new Dictionary<string, AnimationWrapper>();
string cachedImage;
public static Func<int> MakeFacingFunc(Actor self)