fix bug in prev

This commit is contained in:
Chris Forbes
2010-06-19 15:23:30 +12:00
parent c3490fcb66
commit 87973f9ef3

View File

@@ -51,7 +51,7 @@ namespace OpenRA.Traits
if (IsVisible(self))
cache = r.ToArray();
return r;
return cache;
}
}
}