aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/tween.h
diff options
context:
space:
mode:
authorJuan Linietsky2014-09-17 11:53:29 -0300
committerJuan Linietsky2014-09-17 11:53:29 -0300
commitfa004d5c0fb79e59f81d53ab8f53906a930a8453 (patch)
treed36a10e4758c5ef93daab7f69a9647d44998d355 /scene/animation/tween.h
parent64b01d6ce04350ad9d0cf36bf489426ff7ccd40c (diff)
downloadgodot-fa004d5c0fb79e59f81d53ab8f53906a930a8453.tar.gz
godot-fa004d5c0fb79e59f81d53ab8f53906a930a8453.tar.zst
godot-fa004d5c0fb79e59f81d53ab8f53906a930a8453.zip
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 51d5fc913..c9d986339 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: