summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRDR8 <[email protected]>2017-03-25 21:13:17 -0500
committerRDR8 <[email protected]>2017-03-25 21:13:17 -0500
commit72b90bff0fa0884ddeb8703b918147878c76eb8c (patch)
treeb49e8cd52f033cd56d81835737c8ddad42c8b80b /src/raylib.h
parentefc4b2941be85aa169e36f68bf45a2bc7f2bc5ad (diff)
parent5387b4543175bee9d195b24e250a0ef863a63555 (diff)
downloadraylib-72b90bff0fa0884ddeb8703b918147878c76eb8c.tar.gz
raylib-72b90bff0fa0884ddeb8703b918147878c76eb8c.zip
Merge remote-tracking branch 'origin/develop' into games-linux
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index cdefceb2..24d6e1fd 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -13,7 +13,7 @@
* - Multiple textures support, including compressed formats and mipmaps generation
* - Basic 3d support for Shapes, Models, Billboards, Heightmaps and Cubicmaps
* - Powerful math module for Vector, Matrix and Quaternion operations: [raymath]
-* - Audio loading and playing with streaming support and mixing channels [audio]
+* - Audio loading and playing with streaming support and mixing channels: [audio]
* - VR stereo rendering support with configurable HMD device parameters
* - Multiple platforms support: Windows, Linux, Mac, Android, Raspberry Pi, HTML5 and Oculus Rift CV1
* - Custom color palette for fancy visuals on raywhite background