diff options
Diffstat (limited to 'scene/animation/easing_equations.h')
-rw-r--r-- | scene/animation/easing_equations.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/easing_equations.h b/scene/animation/easing_equations.h index 6d246c7a93..094829e406 100644 --- a/scene/animation/easing_equations.h +++ b/scene/animation/easing_equations.h @@ -402,4 +402,4 @@ static real_t out_in(real_t t, real_t b, real_t c, real_t d) { } }; // namespace back -#endif +#endif // EASING_EQUATIONS_H |