Add missing true state

This commit is contained in:
Manfred Karrer 2016-04-08 22:13:34 +02:00
parent 3541d31b95
commit be87eec11b

View file

@ -129,7 +129,7 @@ public abstract class Overlay<T extends Overlay> {
protected double buttonDistance = 20; protected double buttonDistance = 20;
protected Type type = Type.Undefined; protected Type type = Type.Undefined;
protected boolean hideCloseButton; protected boolean hideCloseButton;
protected boolean useAnimation; protected boolean useAnimation = true;
/////////////////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////////////////