diff options
| author | Ferenc Arn | 2017-04-17 12:50:31 -0500 |
|---|---|---|
| committer | Ferenc Arn | 2017-04-17 14:05:02 -0500 |
| commit | ceb699f5ec50a69c8c9c37f4ed146cc0dd492f87 (patch) | |
| tree | 79cf61d09536eea6a8f023f373b297ebee5817be /core/math/math_funcs.h | |
| parent | 6f9ec3acfc45ae4f3649777a41bd3685a81fb114 (diff) | |
| download | godot-ceb699f5ec50a69c8c9c37f4ed146cc0dd492f87.tar.gz godot-ceb699f5ec50a69c8c9c37f4ed146cc0dd492f87.tar.zst godot-ceb699f5ec50a69c8c9c37f4ed146cc0dd492f87.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 10426c924..d71d9bd79 100644 --- a/core/math/math_funcs.h +++ b/core/math/math_funcs.h @@ -157,7 +157,7 @@ public: static uint32_t larger_prime(uint32_t p_val); - static void seed(uint64_t x = 0); + static void seed(uint64_t x); static void randomize(); static uint32_t rand_from_seed(uint64_t *seed); static uint32_t rand(); |
