summaryrefslogtreecommitdiffstats
path: root/core/math/expression.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-05-01 08:16:10 +0200
committerGitHub <noreply@github.com>2019-05-01 08:16:10 +0200
commit8afc9c3938af385be17aab92ec5c4adcbfb0781a (patch)
tree466c4f416ce27811fa7f6f0d8d31c9c396895e8c /core/math/expression.h
parenta8194eaef30a32a5d8595fa16b279924ce184cc9 (diff)
parent620ec4703fa8790ac01a8c1e05212d85776cf9b9 (diff)
downloadredot-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.h1
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,