From b308ae521f19a41f0e7c59de2fe7b58ac443a74b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 11 Jan 2014 23:55:02 +0000 Subject: FDGL: Reduce oscillation. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@5305 a436a847-0d15-0410-975c-d299462d15a1 --- src/Canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Canvas.cpp') diff --git a/src/Canvas.cpp b/src/Canvas.cpp index 01e6296..27e3cab 100644 --- a/src/Canvas.cpp +++ b/src/Canvas.cpp @@ -832,7 +832,7 @@ gboolean GanvCanvasImpl::layout_calculate(double dur, bool update) { // A light directional force to push sources to the top left - static const double DIR_MAGNITUDE = -2000.0; + static const double DIR_MAGNITUDE = -1000.0; Vector dir = { 0.0, 0.0 }; switch (_gcanvas->direction) { case GANV_DIRECTION_RIGHT: dir.x = DIR_MAGNITUDE; break; -- cgit v1.2.1