[DEBUG] correction of the vector displying error
This commit is contained in:
parent
e795911933
commit
d71bbfea08
@ -410,7 +410,7 @@ namespace etk
|
|||||||
}
|
}
|
||||||
int32_t idx = m_size;
|
int32_t idx = m_size;
|
||||||
Resize(m_size+nbElement);
|
Resize(m_size+nbElement);
|
||||||
if (idx >= m_size) {
|
if (idx > m_size) {
|
||||||
TK_ERROR("Resize does not work corectly ... not added item");
|
TK_ERROR("Resize does not work corectly ... not added item");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user