Bit faster
[ghostsoverboard] / orientationcontrolledgraphicspixmapobject.cpp
index 0276a25..3b41ab2 100644 (file)
@@ -37,7 +37,7 @@ OrientationControlledGraphicsPixmapObject::OrientationControlledGraphicsPixmapOb
 {
 
     rotationReadingInitialized_ = false;
-    rotationReadingTimer_.setInterval(35);
+    rotationReadingTimer_.setInterval(15);
     connect(&rotationReadingTimer_,SIGNAL(timeout()),this,SLOT(readRotationSensor()));
     connect(&rotationSensor_,SIGNAL(readingChanged()),this,SLOT(rotationSensorReady()));