forked from organicmaps/organicmaps
Fixed compilation issue
This commit is contained in:
parent
eaa5824b1b
commit
39f6d34073
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ bool VertexArrayBuffer::IsFilled() const
|
|||
|
||||
void VertexArrayBuffer::UploadIndexes(uint16_t const * data, uint16_t count)
|
||||
{
|
||||
ASSERT(count <= m_indexBuffer->GetAvailableSize(), ());
|
||||
ASSERT(count <= m_indexBuffer->GetBuffer()->GetAvailableSize(), ());
|
||||
m_indexBuffer->UploadData(data, count);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue