fix bug in prev
This commit is contained in:
@@ -51,7 +51,7 @@ namespace OpenRA.Traits
|
|||||||
if (IsVisible(self))
|
if (IsVisible(self))
|
||||||
cache = r.ToArray();
|
cache = r.ToArray();
|
||||||
|
|
||||||
return r;
|
return cache;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user