Ver código fonte

Update rcore.c

pull/3506/head
Ray 2 anos atrás
pai
commit
32e4be6fb9
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Ver arquivo

@ -1712,7 +1712,7 @@ int *LoadRandomSequence(unsigned int count, int min, int max)
int *values = NULL;
#if defined(SUPPORT_RPRAND_GENERATOR)
rprand_load_sequence(count, min, max);
values = rprand_load_sequence(count, min, max);
#else
if (count > (abs(max - min) + 1)) return values;

Carregando…
Cancelar
Salvar