summaryrefslogtreecommitdiffstats
path: root/mazescene.cpp
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2008-11-26 14:29:14 +0100
committerSamuel Rødal <sroedal@trolltech.com>2008-11-26 14:29:14 +0100
commitd976bab324d11205ccfe6cb4d9e3dccd463ed6d7 (patch)
tree6e97c86cdfdbdb7e3c7b1ca85fe0f9643cddcb61 /mazescene.cpp
parentf0e74f4782e12d7dcfe72842274cfc1f5f84820c (diff)
Samplebuffers by default and work around constant-w projection bug.
Diffstat (limited to 'mazescene.cpp')
-rw-r--r--mazescene.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mazescene.cpp b/mazescene.cpp
index 183fa4c..9cd7a75 100644
--- a/mazescene.cpp
+++ b/mazescene.cpp
@@ -11,7 +11,7 @@
MazeScene::MazeScene()
: m_cameraPos(1.5, 1.5)
- , m_cameraAngle(180)
+ , m_cameraAngle(0.1)
, m_walkingVelocity(0)
, m_turningVelocity(0)
, m_simulationTime(0)