aboutsummaryrefslogtreecommitdiff
path: root/examples/models_obj_loading.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2015-08-28 14:16:28 +0200
committerraysan5 <raysan5@gmail.com>2015-08-28 14:16:28 +0200
commitca402e9d360d519e37e2fb1d8073ebec56b0014c (patch)
treef5b0c858c49e794add2006a1cc8ec094f1a0a950 /examples/models_obj_loading.c
parent6ac5d3bc06913469f6e32f68a4c356e1c1da24b8 (diff)
downloadraylib-ca402e9d360d519e37e2fb1d8073ebec56b0014c.tar.gz
raylib-ca402e9d360d519e37e2fb1d8073ebec56b0014c.zip
New examples added (with some resources)
Diffstat (limited to 'examples/models_obj_loading.c')
-rw-r--r--examples/models_obj_loading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models_obj_loading.c b/examples/models_obj_loading.c
index 55501f65..ef024356 100644
--- a/examples/models_obj_loading.c
+++ b/examples/models_obj_loading.c
@@ -2,7 +2,7 @@
*
* raylib [models] example - Load and draw a 3d model (OBJ)
*
-* This example has been created using raylib 1.0 (www.raylib.com)
+* This example has been created using raylib 1.3 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
* Copyright (c) 2014 Ramon Santamaria (@raysan5)