We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69912da commit ac51859Copy full SHA for ac51859
src/xrEngine/xr_object_list.cpp
@@ -501,7 +501,7 @@ void CObjectList::Destroy(IGameObject* game_obj)
501
Msg("assertion !m_other_crows.empty() failed: %d", m_secondary_crows.size());
502
503
u32 j = 0;
504
- for (auto iter: m_secondary_crows)
+ for (auto& iter : m_secondary_crows)
505
Msg("%d %s", j++, iter->cName().c_str());
506
VERIFY(Device.Paused() || m_secondary_crows.empty());
507
m_secondary_crows.clear();
0 commit comments