summaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/animation/tween.h')
-rw-r--r--scene/animation/tween.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/scene/animation/tween.h b/scene/animation/tween.h
index 51d5fc9132..c9d9863397 100644
--- a/scene/animation/tween.h
+++ b/scene/animation/tween.h
@@ -54,17 +54,15 @@ public:
TRANS_CIRC,
TRANS_BOUNCE,
TRANS_BACK,
-
- TRANS_COUNT,
+ TRANS_COUNT,
};
enum EaseType {
EASE_IN,
EASE_OUT,
EASE_IN_OUT,
- EASE_OUT_IN,
-
- EASE_COUNT,
+ EASE_OUT_IN,
+ EASE_COUNT,
};
private: