diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-05-01 08:16:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-01 08:16:10 +0200 |
commit | 8afc9c3938af385be17aab92ec5c4adcbfb0781a (patch) | |
tree | 466c4f416ce27811fa7f6f0d8d31c9c396895e8c /core/math/expression.h | |
parent | a8194eaef30a32a5d8595fa16b279924ce184cc9 (diff) | |
parent | 620ec4703fa8790ac01a8c1e05212d85776cf9b9 (diff) | |
download | redot-engine-8afc9c3938af385be17aab92ec5c4adcbfb0781a.tar.gz |
Merge pull request #21425 from aaronfranke/decimal-functions
Make "decimal" functions more consistent
Diffstat (limited to 'core/math/expression.h')
-rw-r--r-- | core/math/expression.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/expression.h b/core/math/expression.h index f9075cb689..f20619f0b6 100644 --- a/core/math/expression.h +++ b/core/math/expression.h @@ -62,6 +62,7 @@ public: MATH_ISINF, MATH_EASE, MATH_DECIMALS, + MATH_STEP_DECIMALS, MATH_STEPIFY, MATH_LERP, MATH_INVERSE_LERP, |