[generator] Optimize pre-processing stage: reference to o5m element instead of copy
This commit is contained in:
parent
22f3045ab8
commit
bc76c3212c
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ bool ProcessorOsmElementsFromO5M::TryRead(OsmElement & element)
|
|||
// iterating in loop. Furthermore, into Tags() method calls Nodes.Skip() and Members.Skip(),
|
||||
// thus first call of Nodes (Members) after Tags() will not return any results.
|
||||
// So don not reorder the "for" loops (!).
|
||||
auto const entity = *m_pos;
|
||||
auto const & entity = *m_pos;
|
||||
element.m_id = entity.id;
|
||||
switch (entity.type)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue