We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f3080 commit 8a21648Copy full SHA for 8a21648
src/Indicator.cpp
@@ -34,7 +34,7 @@ void Indicator :: renderSelf(IPartitioner* partitioner, unsigned int flags) cons
34
//glEnable(GL_POINT_SPRITE);
35
glPointSize(24.0f);
36
glBegin(GL_POINTS);
37
- glVertex3fv(glm::value_ptr(position(Space::WORLD)));
+ glVertex3f(0.0f, 0.0f, 0.0f);
38
glEnd();
39
40
//glDisable(GL_POINT_SPRITE);
0 commit comments