Ver a proveniência

Removed inaccurate comment about negitves not being supported with TextToFloat And TextToInt Methods (#4596)

pull/4600/head
__hexmaster111 há 5 dias
committed by GitHub
ascendente
cometimento
8a5a95c13a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      src/raylib.h

+ 2
- 2
src/raylib.h Ver ficheiro

@ -1520,8 +1520,8 @@ RLAPI const char *TextToPascal(const char *text);
RLAPI const char *TextToSnake(const char *text); // Get Snake case notation version of provided string
RLAPI const char *TextToCamel(const char *text); // Get Camel case notation version of provided string
RLAPI int TextToInteger(const char *text); // Get integer value from text (negative values not supported)
RLAPI float TextToFloat(const char *text); // Get float value from text (negative values not supported)
RLAPI int TextToInteger(const char *text); // Get integer value from text
RLAPI float TextToFloat(const char *text); // Get float value from text
//------------------------------------------------------------------------------------
// Basic 3d Shapes Drawing Functions (Module: models)

Carregando…
Cancelar
Guardar