aboutsummaryrefslogtreecommitdiff
path: root/examples/models
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-22 09:57:17 +0200
committerRay <raysan5@gmail.com>2019-05-22 09:57:17 +0200
commite6ca2c4ba338fcb56949a3beb978a87803aa38b0 (patch)
tree2491a4f2d8a3af7ae69f2b36dba298c8175efe8f /examples/models
parent3bfcecb3af599aaa868cf0dc128081690e8c43f8 (diff)
downloadraylib-e6ca2c4ba338fcb56949a3beb978a87803aa38b0.tar.gz
raylib-e6ca2c4ba338fcb56949a3beb978a87803aa38b0.zip
Comment tweaks
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/models_mesh_picking.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/models/models_mesh_picking.c b/examples/models/models_mesh_picking.c
index 26d9fa7e..0bf95dd1 100644
--- a/examples/models/models_mesh_picking.c
+++ b/examples/models/models_mesh_picking.c
@@ -5,8 +5,9 @@
* This example has been created using raylib 1.7 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
-* Copyright (c) 2015 Ramon Santamaria (@raysan5)
-* Example contributed by Joel Davis (@joeld42)
+* Example contributed by Joel Davis (@joeld42) and reviewed by Ramon Santamaria (@raysan5)
+*
+* Copyright (c) 2017 Joel Davis (@joeld42) and Ramon Santamaria (@raysan5)
*
********************************************************************************************/