Commit 067da77c authored by Ilkka Ollakka's avatar Ilkka Ollakka

qt4: don't deaccelerate when closing on target in pictureflow

parent 451e40d9
......@@ -301,9 +301,9 @@ void PictureFlowAnimator::update()
if (!state)
return;
int speed = 16384 / 4;
int speed = 16384;
#if 1
#if 0
// deaccelerate when approaching the target
const int max = 2 * 65536;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment