diff options
| author | Juan Linietsky | 2014-09-17 11:53:29 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-09-17 11:53:29 -0300 |
| commit | fa004d5c0fb79e59f81d53ab8f53906a930a8453 (patch) | |
| tree | d36a10e4758c5ef93daab7f69a9647d44998d355 /scene/animation/tween.h | |
| parent | 64b01d6ce04350ad9d0cf36bf489426ff7ccd40c (diff) | |
| download | godot-fa004d5c0fb79e59f81d53ab8f53906a930a8453.tar.gz godot-fa004d5c0fb79e59f81d53ab8f53906a930a8453.tar.zst godot-fa004d5c0fb79e59f81d53ab8f53906a930a8453.zip | |
Diffstat (limited to 'scene/animation/tween.h')
| -rw-r--r-- | scene/animation/tween.h | 8 |
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: |
