mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
Borders
This commit is contained in:
committed by
Konstantin Pastbin
parent
3b46dd1dee
commit
128b0f3e2b
@@ -21,7 +21,6 @@ bool ReplaceData::operator<(ReplaceData const & rhs) const
|
||||
// MarkedPoint -------------------------------------------------------------------------------------
|
||||
void MarkedPoint::AddLink(size_t borderId, size_t pointId)
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(*m_mutex);
|
||||
m_links.emplace(borderId, pointId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user