summaryrefslogtreecommitdiffhomepage
path: root/release
diff options
context:
space:
mode:
authorRay <[email protected]>2018-07-16 17:53:47 +0200
committerRay <[email protected]>2018-07-16 17:53:47 +0200
commit096fd6f2c3d56214fecf17c4f60df79801dfbffe (patch)
treeb560a62e5f9b5aecd9e2cb7a6ea1de9e2b2c9880 /release
parent40551958dd94ae19fb30225d1c180aaa82e39d7c (diff)
downloadraylib-096fd6f2c3d56214fecf17c4f60df79801dfbffe.tar.gz
raylib-096fd6f2c3d56214fecf17c4f60df79801dfbffe.zip
Converted rlgl module in header-only
This change allows rlgl.h usage as independent single-file header-only module... still some tweaks required, like removing GLAD dependency... required extensions could be manually loaded! Also removed shader_distortion.h, embedded in rlgl.h
Diffstat (limited to 'release')
-rw-r--r--release/include/raylib.h2
-rw-r--r--release/libs/win32/mingw32/libraylib.abin1243590 -> 1237446 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/release/include/raylib.h b/release/include/raylib.h
index da8713a9..bc8745c6 100644
--- a/release/include/raylib.h
+++ b/release/include/raylib.h
@@ -1008,7 +1008,7 @@ RLAPI int MeasureText(const char *text, int fontSize);
RLAPI Vector2 MeasureTextEx(Font font, const char *text, float fontSize, float spacing); // Measure string size for Font
RLAPI const char *FormatText(const char *text, ...); // Formatting of text with variables to 'embed'
RLAPI const char *SubText(const char *text, int position, int length); // Get a piece of a text string
-RLAPI int GetGlyphIndex(Font font, int character); // Get index position for a unicode character on sprite font
+RLAPI int GetGlyphIndex(Font font, int character); // Get index position for a unicode character on font
//------------------------------------------------------------------------------------
// Basic 3d Shapes Drawing Functions (Module: models)
diff --git a/release/libs/win32/mingw32/libraylib.a b/release/libs/win32/mingw32/libraylib.a
index 251f2685..c27c819e 100644
--- a/release/libs/win32/mingw32/libraylib.a
+++ b/release/libs/win32/mingw32/libraylib.a
Binary files differ