fixes small mistake in refactoring

This commit is contained in:
Chris Forbes
2009-11-08 19:04:12 +13:00
parent 267e96f04c
commit 8c00e803d2

View File

@@ -89,10 +89,10 @@ namespace OpenRa.Game
}
nodesExpanded++;
PerfHistory.Increment( "nodes_expanded", nodesExpanded * .01 );
}
// no path exists
PerfHistory.Increment("nodes_expanded", nodesExpanded * .01);
return new List<int2>();
}
}