1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-27 22:49:25 +02:00

Actually revert this change, it's not better.

This commit is contained in:
Tomasz Zieliński
2024-05-01 15:27:19 +02:00
parent 4d13c3b94f
commit 20176521eb
2 changed files with 2 additions and 2 deletions

View File

@@ -175,7 +175,7 @@ void RoadPlacer::drawRoads(bool secondary)
void RoadPlacer::addRoadNode(const int3& node)
{
RecursiveLock lock(externalAccessMutex);
roadNodes.push_back(node);
roadNodes.insert(node);
}
void RoadPlacer::connectRoads()