diff --git a/Demos/GyroscopicDemo/GyroscopicDemo.cpp b/Demos/GyroscopicDemo/GyroscopicDemo.cpp index 1655c16e8..31b399686 100644 --- a/Demos/GyroscopicDemo/GyroscopicDemo.cpp +++ b/Demos/GyroscopicDemo/GyroscopicDemo.cpp @@ -58,7 +58,7 @@ void GyroscopicDemo::initPhysics() setShadows(true); setCameraUp(btVector3(0,0,1)); setCameraForwardAxis(1); - m_sundirection.setValue(0,-1,-1); + m_sundirection.setValue(0,-1000,-1000); setCameraDistance(7.f); setupEmptyDynamicsWorld();