mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Remove deprecated decimals builtin
Replaced by 'step_decimals' in 3.2 via #21425.
This commit is contained in:
parent
49eef1180b
commit
bd78b9f445
8 changed files with 9 additions and 40 deletions
|
|
@ -63,7 +63,7 @@ public:
|
|||
MATH_ISNAN,
|
||||
MATH_ISINF,
|
||||
MATH_EASE,
|
||||
MATH_DECIMALS,
|
||||
MATH_STEP_DECIMALS,
|
||||
MATH_STEPIFY,
|
||||
MATH_LERP,
|
||||
MATH_INVERSE_LERP,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue