fix crash in SatelliteLaunch ctor
This commit is contained in:
@@ -24,9 +24,10 @@ namespace OpenRA.Mods.RA.Effects
|
|||||||
|
|
||||||
public SatelliteLaunch(Actor a)
|
public SatelliteLaunch(Actor a)
|
||||||
{
|
{
|
||||||
pos = a.CenterLocation - .5f * doors.Image.size + doorOffset;
|
|
||||||
doors.PlayThen("active",
|
doors.PlayThen("active",
|
||||||
() => a.World.AddFrameEndTask(w => w.Remove(this)));
|
() => a.World.AddFrameEndTask(w => w.Remove(this)));
|
||||||
|
|
||||||
|
pos = a.CenterLocation - .5f * doors.Image.size + doorOffset;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Tick( World world )
|
public void Tick( World world )
|
||||||
|
|||||||
Reference in New Issue
Block a user