mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: remove use of auto
Useless use of auto
This commit is contained in:
parent
115b8e214a
commit
a17a2c9feb
@ -142,7 +142,7 @@ void buildLinkTable(dtNavMesh* mesh, LinkTableData& data)
|
||||
{
|
||||
auto l = *nlabels.begin();
|
||||
poly.disjointSetId = (unsigned short)l;
|
||||
for (auto nl : nlabels)
|
||||
for (const int nl : nlabels)
|
||||
data.set_union(l, nl);
|
||||
}
|
||||
nlabels.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user