forked from organicmaps/organicmaps
Removed m_vbo->release() call
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
b10af621ba
commit
6a2e58168d
1 changed files with 0 additions and 1 deletions
|
@ -272,7 +272,6 @@ void MapWidget::Build()
|
|||
// Introduced in https://github.com/organicmaps/organicmaps/pull/9814
|
||||
f->glEnableVertexAttribArray(0);
|
||||
f->glVertexAttribPointer(0, 4, GL_FLOAT, GL_FALSE, sizeof(QVector4D), nullptr);
|
||||
m_vbo->release();
|
||||
|
||||
m_program->release();
|
||||
m_vao->release();
|
||||
|
|
Loading…
Add table
Reference in a new issue