From 04a11c86e349aef016c27030849c4ca67fa3505e Mon Sep 17 00:00:00 2001 From: sunshinehunter Date: Mon, 20 Aug 2018 13:38:01 +0200 Subject: [PATCH] Fixes path to rlgl.h in README.md The link to rlgl in the README was broken, it previously pointed to a .c file which doesn't exist (anymore). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d940be4d..4c4b8c91 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ features - Multiple platforms supported: **Windows, Linux, MacOS, Android... and many more!** - Written in plain C code (C99) in PascalCase/camelCase notation - Hardware accelerated with OpenGL (**1.1, 2.1, 3.3 or ES 2.0**) - - **Unique OpenGL abstraction layer** (usable as standalone module): [rlgl](https://github.com/raysan5/raylib/blob/master/src/rlgl.c) + - **Unique OpenGL abstraction layer** (usable as standalone module): [rlgl](https://github.com/raysan5/raylib/blob/master/src/rlgl.h) - Multiple Fonts formats supported (XNA fonts, AngelCode fonts, TTF) - Outstanding texture formats support, including compressed formats (DXT, ETC, ASTC) - **Full 3d support** for 3d Shapes, Models, Billboards, Heightmaps and more!