aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2018-12-26 13:57:10 +0100
committerraysan5 <raysan5@gmail.com>2018-12-26 13:57:10 +0100
commit91a7b0e5ef7fbb3f58ebbf93e62512e96a5caf57 (patch)
treed95448829b79410f74ff2770bcf90a23e2cd1a1f /src
parent01338b0a14f053d281970a32595bc531e8c70885 (diff)
downloadraylib-91a7b0e5ef7fbb3f58ebbf93e62512e96a5caf57.tar.gz
raylib-91a7b0e5ef7fbb3f58ebbf93e62512e96a5caf57.zip
Corrected typo
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h2
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