]> git.cworth.org Git - akamaru/blobdiff - dock.c
Reduce time step to prevent 'shimmering'.
[akamaru] / dock.c
diff --git a/dock.c b/dock.c
index 782d5d2b9b43cd8aa0c887c9d8854225ca5b0ad5..c981ae8a87ad8d871ee0d4124c1fc581c7466dfe 100644 (file)
--- a/dock.c
+++ b/dock.c
@@ -36,7 +36,8 @@ timeout_callback (gpointer data)
                     closure->model.objects[i + 1].position.y + 0.5);
   }
 
-  model_step (&closure->model, 0.1);
+  for (i = 0; i < 4; i++)
+    model_step (&closure->model, 0.03);
 
   return TRUE;
 }