Removed m_vbo->release() call

Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
Sergiy Kozyr 2024-12-03 15:33:35 +02:00 committed by Alexander Borsuk
parent b10af621ba
commit 6a2e58168d

View file

@ -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();