diff --git a/core/math/math_funcs.h b/core/math/math_funcs.h index da7d534a4e0..ae461eda2e3 100644 --- a/core/math/math_funcs.h +++ b/core/math/math_funcs.h @@ -50,7 +50,7 @@ public: Math() {} // useless to instance enum { - RANDOM_MAX=2147483647L + RANDOM_MAX=4294967295L };