summaryrefslogtreecommitdiffhomepage
path: root/examples/models
diff options
context:
space:
mode:
authorRay <[email protected]>2017-10-20 16:15:23 +0200
committerGitHub <[email protected]>2017-10-20 16:15:23 +0200
commit18601f761935cd81b0f6298e22885c9bc6b5ee6e (patch)
treecf6c71baa1127c796e05dd622c106742e8ace030 /examples/models
parentd9d9546ee5704201571a7875e6f5e40784490e6f (diff)
parent1ef818b0325dafd2d7028a663b9b90d6d6529c44 (diff)
downloadraylib-18601f761935cd81b0f6298e22885c9bc6b5ee6e.tar.gz
raylib-18601f761935cd81b0f6298e22885c9bc6b5ee6e.zip
Merge pull request #369 from raysan5/develop
Integrate Develop branch
Diffstat (limited to 'examples/models')
-rw-r--r--examples/models/models_cubicmap.c2
-rw-r--r--examples/models/models_heightmap.c2
-rw-r--r--examples/models/resources/pixels.pngbin168 -> 0 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/examples/models/models_cubicmap.c b/examples/models/models_cubicmap.c
index a8faa7c0..d8be9329 100644
--- a/examples/models/models_cubicmap.c
+++ b/examples/models/models_cubicmap.c
@@ -2,7 +2,7 @@
*
* raylib [models] example - Cubicmap loading and drawing
*
-* This example has been created using raylib 1.3 (www.raylib.com)
+* This example has been created using raylib 1.8 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
* Copyright (c) 2015 Ramon Santamaria (@raysan5)
diff --git a/examples/models/models_heightmap.c b/examples/models/models_heightmap.c
index e887cea7..e476d1b7 100644
--- a/examples/models/models_heightmap.c
+++ b/examples/models/models_heightmap.c
@@ -2,7 +2,7 @@
*
* raylib [models] example - Heightmap loading and drawing
*
-* This example has been created using raylib 1.3 (www.raylib.com)
+* This example has been created using raylib 1.8 (www.raylib.com)
* raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details)
*
* Copyright (c) 2015 Ramon Santamaria (@raysan5)
diff --git a/examples/models/resources/pixels.png b/examples/models/resources/pixels.png
deleted file mode 100644
index c9a4134b..00000000
--- a/examples/models/resources/pixels.png
+++ /dev/null
Binary files differ