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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user