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

Fixed power spectrum x-axis alignment/length

parent f8061e0b
Branches
Tags
No related merge requests found
......@@ -235,7 +235,7 @@ void StarsphereRadio::generatePowerSpectrumCoordSystem(const int originX, const
glColor4f(1.0, 1.0, 0.0, 1.0);
glVertex2f(offsetX, offsetY + m_PowerSpectrumHeight);
glVertex2f(offsetX, offsetY);
glVertex2f(offsetX + m_PowerSpectrumWidth, offsetY);
glVertex2f(offsetX + m_PowerSpectrumWidth + 1, offsetY);
glEnd();
glPointSize(m_PowerSpectrumAxesWidth);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment