summaryrefslogtreecommitdiffstats
path: root/src/mmscene.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmscene.cpp')
-rw-r--r--src/mmscene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mmscene.cpp b/src/mmscene.cpp
index f199563..c009d37 100644
--- a/src/mmscene.cpp
+++ b/src/mmscene.cpp
@@ -96,7 +96,7 @@ void MMScene::createSphere()
{
m_sphere = new GLSphere();
- m_sphere->setDrawingMode(GL_POINTS);
+ m_sphere->setDrawingMode(GL_LINE_STRIP);
m_sphere->makeSurface(&m_points, &m_indices);
}