diff --git a/src/pulsaranimationwidget.cpp b/src/pulsaranimationwidget.cpp
index 9dca1f7a6dde8f2bb8dd14482258ea27ca5b40d5..bcf4a551df5487745ecde2ee6ac3440f6fa83e0b 100644
--- a/src/pulsaranimationwidget.cpp
+++ b/src/pulsaranimationwidget.cpp
@@ -117,7 +117,7 @@ void PulsarAnimationWidget::paintGL()
 
 	gluLookAt(m_cameraPosX, m_cameraPosY, m_cameraPosZ,
 			  0.0, 0.0, 0.0,
-			  0.0, 2.0, -5.0);
+			  0.0, 1.0, 0.0);
 
 	// TODO: should be located elsewhere
 	static GLfloat no_mat[] = { 0.0, 0.0, 0.0, 1.0 };