StyleCop
This commit is contained in:
4
OpenRA.Mods.RA/Effects/RallyPoint.cs
Executable file → Normal file
4
OpenRA.Mods.RA/Effects/RallyPoint.cs
Executable file → Normal file
@@ -42,9 +42,9 @@ namespace OpenRA.Mods.RA.Effects
|
||||
{
|
||||
flag.Tick();
|
||||
circles.Tick();
|
||||
if (cachedLocation != rp.rallyPoint)
|
||||
if (cachedLocation != rp.Location)
|
||||
{
|
||||
cachedLocation = rp.rallyPoint;
|
||||
cachedLocation = rp.Location;
|
||||
circles.Play("circles");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user