diff options
| author | raysan5 <raysan5@gmail.com> | 2018-12-26 13:57:10 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2018-12-26 13:57:10 +0100 |
| commit | 91a7b0e5ef7fbb3f58ebbf93e62512e96a5caf57 (patch) | |
| tree | d95448829b79410f74ff2770bcf90a23e2cd1a1f /src | |
| parent | 01338b0a14f053d281970a32595bc531e8c70885 (diff) | |
| download | raylib-91a7b0e5ef7fbb3f58ebbf93e62512e96a5caf57.tar.gz raylib-91a7b0e5ef7fbb3f58ebbf93e62512e96a5caf57.zip | |
Corrected typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/raylib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h index 3cad19fb..a51c957f 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -138,7 +138,7 @@ // Temporal hack to avoid breaking old codebases using // deprecated raylib implementation of these functions #define FormatText TextFormat -#define SubText TextSubText +#define SubText TextSubtext //---------------------------------------------------------------------------------- // Structures Definition |
