aboutsummaryrefslogtreecommitdiffstats
path: root/examples/3d/simple3d.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/3d/simple3d.py')
-rw-r--r--examples/3d/simple3d.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/3d/simple3d.py b/examples/3d/simple3d.py
index e4b06132b..b97ee79d1 100644
--- a/examples/3d/simple3d.py
+++ b/examples/3d/simple3d.py
@@ -82,7 +82,7 @@ class OrbitTransformController(QObject):
return self._angle
def updateMatrix(self):
- self._matrix.setToIdentity();
+ self._matrix.setToIdentity()
self._matrix.rotate(self._angle, QVector3D(0, 1, 0))
self._matrix.translate(self._radius, 0, 0)
if self._target is not None: