diff options
| author | Michael Campagnaro <[email protected]> | 2017-05-30 13:04:59 -0400 |
|---|---|---|
| committer | Michael Vetter <[email protected]> | 2017-06-05 14:33:47 +0200 |
| commit | 1adc0313015b30cf061a3bc9d47292f82dc649f8 (patch) | |
| tree | d70a592ed4512791bff59bbbd44037dabfb5dd0b | |
| parent | 6809380d3dea773ce3054402f91f105e75be0abf (diff) | |
| download | raylib-1adc0313015b30cf061a3bc9d47292f82dc649f8.tar.gz raylib-1adc0313015b30cf061a3bc9d47292f82dc649f8.zip | |
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 |
