Enable physical fling and fling on rotation / scale

This commit is contained in:
Emux
2019-03-02 14:44:58 +02:00
parent b5076c9cd2
commit f92fc4b405
6 changed files with 3 additions and 65 deletions

View File

@@ -19,7 +19,7 @@ public final class Parameters {
/**
* If true the <code>Animator2</code> will be used instead of default <code>Animator</code>.
*/
public static boolean ANIMATOR2 = false;
public static boolean ANIMATOR2 = true;
/**
* Allow custom scale factor for short vertices instead of the calculated one.