Replace CPos.CenterPosition -> Map.CenterOfCell.
This commit is contained in:
@@ -112,7 +112,7 @@ namespace OpenRA.Mods.RA
|
||||
{
|
||||
self.World.ActorMap.RemoveInfluence(self, this);
|
||||
Location = cell;
|
||||
CenterPosition = cell.CenterPosition;
|
||||
CenterPosition = self.World.Map.CenterOfCell(cell);
|
||||
|
||||
if (self.IsInWorld)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user