Let activities know when they are being run for the first or last time
This commit is contained in:
@@ -34,7 +34,7 @@ namespace OpenRA.Traits
|
||||
while (act != null)
|
||||
{
|
||||
var prev = act;
|
||||
act = act.Tick(self);
|
||||
act = act.TickOuter(self);
|
||||
var current = Stopwatch.GetTimestamp();
|
||||
if (current - start > longTickThresholdInStopwatchTicks)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user