diff options
| author | Leandro Motta Barros | 2017-03-01 14:33:45 -0300 |
|---|---|---|
| committer | Leandro Motta Barros | 2017-03-01 14:33:45 -0300 |
| commit | 0e5863c86ae3513d09c17ff23e465156d65b47d1 (patch) | |
| tree | a57acc9168f7a92bf10fbfc0691d2c27d7a6c453 /core/math/math_funcs.h | |
| parent | a1cbe8e22bec516b138436d06282046466e89c79 (diff) | |
| download | godot-0e5863c86ae3513d09c17ff23e465156d65b47d1.tar.gz godot-0e5863c86ae3513d09c17ff23e465156d65b47d1.tar.zst godot-0e5863c86ae3513d09c17ff23e465156d65b47d1.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 da7d534a4..ae461eda2 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 }; |
