Skip to content
Snippets Groups Projects
Commit a8002d68 authored by Oliver Bock's avatar Oliver Bock
Browse files

No background texture

parent 326c72a9
Branches
No related tags found
No related merge requests found
......@@ -288,7 +288,6 @@ void PulsarAnimationWidget::paintGL()
// draw backdrop (independent parallel projection)
glColor3f(0.5, 0.5, 0.5f);
glTranslatef(0.0, 0.0, -501.0);
drawTexture(QPointF(0.0, 0.0), m_backgroundTexture);
// restore original state
glMatrixMode(GL_PROJECTION);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment