Reverted color change

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

View file

@ -426,7 +426,7 @@ void MapWidget::paintGL()
int const samplerSizeLocation = m_program->uniformLocation("u_samplerSize");
m_program->setUniformValue(samplerSizeLocation, samplerSize);
funcs->glClearColor(0.5, 0.5, 0.5, 1.0);
funcs->glClearColor(0.0, 0.0, 0.0, 1.0);
funcs->glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);
funcs->glDrawArrays(GL_TRIANGLE_STRIP, 0, 4);