Reverted color change
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
parent
362138160d
commit
b10af621ba
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue