Changes between Version 1 and Version 2 of Ticket #1109, comment 17


Ignore:
Timestamp:
Sep 16, 2016, 11:10:23 AM (8 years ago)
Author:
Vladislav Belov

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1109, comment 17

    v1 v2  
    33Then  '''m_NewPositions.emplace_back(entityId, position + offset)''' instead of '''m_NewPositions[entityId] = position + offset'''.
    44
    5 It's guranteed that entities have different IDs.
     5It's guranteed that entities have different IDs. Or even you have the same IDs there for some reason (really don't know why) you could sort + unique, that still faster than ans insertion to a map.