forked from organicmaps/organicmaps-tmp
Minor bugfix in DDVector.
This commit is contained in:
parent
8cf2cb5d22
commit
35a16437cd
1 changed files with 3 additions and 0 deletions
|
@ -69,7 +69,10 @@ public:
|
|||
{
|
||||
ASSERT_LESS(m_I, m_Size, (m_bValueRead));
|
||||
if (!m_bValueRead)
|
||||
{
|
||||
ReadFromPos(*m_pReader, m_I * sizeof(T), &m_Value, sizeof(T));
|
||||
m_bValueRead = true;
|
||||
}
|
||||
return m_Value;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue