Fix IDE0048
This commit is contained in:
committed by
Pavel Penev
parent
65e28d5562
commit
8ee6957e6a
@@ -382,7 +382,7 @@ namespace OpenRA.Traits
|
||||
{
|
||||
var index = touched.Index(puv);
|
||||
touched[index] = true;
|
||||
explored[index] = (visibleCount[index] + passiveVisibleCount[index]) > 0;
|
||||
explored[index] = visibleCount[index] + passiveVisibleCount[index] > 0;
|
||||
}
|
||||
|
||||
anyCellTouched = true;
|
||||
|
||||
Reference in New Issue
Block a user