mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-21 16:54:31 +00:00
Removed inaccurate comment about negitves not being supported with TextToFloat And TextToInt Methods (#4596)
This commit is contained in:
parent
1f704be4e4
commit
8a5a95c13a
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user