From 1004909c4fa05a75079fa91a06ced72975e30959 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Heli=20Hyv=C3=A4ttinen?= Date: Mon, 26 Sep 2011 22:22:33 +0300 Subject: [PATCH] Vibration effect shortened to half a second --- ship.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ship.cpp b/ship.cpp index 261d50d..a061689 100644 --- a/ship.cpp +++ b/ship.cpp @@ -41,7 +41,7 @@ Ship::Ship(QList pixmapList, QGraphicsItem *parent) : vibrationAllowed_ = false; pVibrationEffect_ = new QFeedbackHapticsEffect(); - pVibrationEffect_->setDuration(1000); + pVibrationEffect_->setDuration(500); pVibrationEffect_->setIntensity(1.0); } -- 1.7.9.5