Run spell check over solution

This commit is contained in:
RoosterDragon
2021-12-05 16:22:22 +00:00
committed by reaperrr
parent b3d290edd9
commit 727084c5fc
31 changed files with 34 additions and 34 deletions

View File

@@ -156,7 +156,7 @@ namespace OpenRA.Mods.Common.Traits
void INotifyMoving.MovementTypeChanged(Actor self, MovementType type)
{
// Recalculate the visiblity at our final stop position
// Recalculate the visibility at our final stop position
if (type == MovementType.None && self.IsInWorld)
{
var centerPosition = self.CenterPosition;