summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-10-22 15:41:28 +0200
committerraysan5 <[email protected]>2021-10-22 15:41:28 +0200
commit83b6cd00c6c2b2026263352008efdb6d316374e4 (patch)
treed768a6eeb9f1616ced91304bfc9b3f5f7c5272d1 /src
parent18833439440ed96ae40f1a32622390397ffc31d2 (diff)
downloadraylib-83b6cd00c6c2b2026263352008efdb6d316374e4.tar.gz
raylib-83b6cd00c6c2b2026263352008efdb6d316374e4.zip
Reviewed VS2019 projects
Diffstat (limited to 'src')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 3899113f..df21c126 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -13,7 +13,7 @@
* - Outstanding texture formats support, including compressed formats (DXT, ETC, ASTC)
* - Full 3d support for 3d Shapes, Models, Billboards, Heightmaps and more!
* - Flexible Materials system, supporting classic maps and PBR maps
-* - Animated 3D models supported (skeletal bones animation) (IQM, glTF)
+* - Animated 3D models supported (skeletal bones animation) (IQM)
* - Shaders support, including Model shaders and Postprocessing shaders
* - Powerful math module for Vector, Matrix and Quaternion operations: [raymath]
* - Audio loading and playing with streaming support (WAV, OGG, MP3, FLAC, XM, MOD)