mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Address some clang-tidy warnings
This commit is contained in:
@@ -625,7 +625,7 @@ void Schematic::condenseContentIds()
|
||||
numids++;
|
||||
|
||||
m_nodenames.push_back(m_ndef->get(c).name);
|
||||
nodeidmap.emplace(std::make_pair(c, id));
|
||||
nodeidmap.emplace(c, id);
|
||||
} else {
|
||||
id = it->second;
|
||||
}
|
||||
|
Reference in New Issue
Block a user