summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorRay <[email protected]>2022-09-09 00:04:08 +0200
committerRay <[email protected]>2022-09-09 00:04:08 +0200
commitb478364914c64df9b963955da0d864b2616c0fe9 (patch)
treee45ed11cba6a596f1111c58141819f6734de1402 /examples
parentc1b4881e8a3ea86a3af6c3d5cb15f0a8322dd4b2 (diff)
downloadraylib-b478364914c64df9b963955da0d864b2616c0fe9.tar.gz
raylib-b478364914c64df9b963955da0d864b2616c0fe9.zip
REVIEWED: Removed comment, fixes #2691
Diffstat (limited to 'examples')
-rw-r--r--examples/models/models_loading_m3d.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/models/models_loading_m3d.c b/examples/models/models_loading_m3d.c
index d11c3a00..81968407 100644
--- a/examples/models/models_loading_m3d.c
+++ b/examples/models/models_loading_m3d.c
@@ -9,8 +9,7 @@
* NOTES:
* - Model3D (M3D) fileformat specs: https://gitlab.com/bztsrc/model3d
* - Bender M3D exported: https://gitlab.com/bztsrc/model3d/-/tree/master/blender
-* WARNING: Make sure to add "(action)" markers to the timeline if you want multiple animations.
-*
+*
* Example licensed under an unmodified zlib/libpng license, which is an OSI-certified,
* BSD-like license that allows static linking with closed source software
*