diff options
| author | Juan Linietsky | 2016-07-26 17:24:34 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-07-26 17:25:10 -0300 |
| commit | 9151eb591dcab408d3a7e4d9e3b3874c2e281acf (patch) | |
| tree | 15531f24cc3ec63a13810bb442a68472f3f77de9 /core/math/math_funcs.h | |
| parent | 8d4d167234e08fe0de74ea29814febd5b7a272f8 (diff) | |
| download | godot-9151eb591dcab408d3a7e4d9e3b3874c2e281acf.tar.gz godot-9151eb591dcab408d3a7e4d9e3b3874c2e281acf.tar.zst godot-9151eb591dcab408d3a7e4d9e3b3874c2e281acf.zip | |
Diffstat (limited to 'core/math/math_funcs.h')
| -rw-r--r-- | core/math/math_funcs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/math_funcs.h b/core/math/math_funcs.h index 2e1b9c989..fc76d96b2 100644 --- a/core/math/math_funcs.h +++ b/core/math/math_funcs.h @@ -66,7 +66,7 @@ public: static double floor(double p_x); static double ceil(double p_x); static double ease(double p_x, double p_c); - static int decimals(double p_step); + static int step_decimals(double p_step); static double stepify(double p_value,double p_step); static void seed(uint32_t x=0); static void randomize(); |
