diff options
| author | Ray <[email protected]> | 2017-05-31 12:21:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-05-31 12:21:41 +0200 |
| commit | 99c7ca4f4af57b9aa89243122582714676b54b52 (patch) | |
| tree | d70a592ed4512791bff59bbbd44037dabfb5dd0b | |
| parent | a08cf1ce636c59a39e83738b1f5cdacb90fb2665 (diff) | |
| parent | 60f0d7817054b010d7317df0ce903486382a39eb (diff) | |
| download | raylib-99c7ca4f4af57b9aa89243122582714676b54b52.tar.gz raylib-99c7ca4f4af57b9aa89243122582714676b54b52.zip | |
Merge pull request #296 from sir-pinecone/fix-readme-link
Fix link in readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ features * Basic 3d support for Geometrics, Models, Billboards, Heightmaps and Cubicmaps * Flexible Materials system, supporting by default diffuse, normal and specular maps * Shaders support, including Model shaders and Postprocessing shaders - * Powerful math module for Vector, Matrix and Quaternion operations: [raymath](https://github.com/raysan5/raylib/blob/master/src/raymath.c) + * Powerful math module for Vector, Matrix and Quaternion operations: [raymath](https://github.com/raysan5/raylib/blob/master/src/raymath.h) * Audio loading and playing with streaming support (WAV, OGG, FLAC, XM, MOD) * Multiple platforms support: Windows, Linux, Mac, **Android**, **Raspberry Pi** and **HTML5** * VR stereo rendering support with configurable HMD device parameters |
