diff options
| author | Ray <[email protected]> | 2017-10-20 16:15:23 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-10-20 16:15:23 +0200 |
| commit | 18601f761935cd81b0f6298e22885c9bc6b5ee6e (patch) | |
| tree | cf6c71baa1127c796e05dd622c106742e8ace030 /examples/models | |
| parent | d9d9546ee5704201571a7875e6f5e40784490e6f (diff) | |
| parent | 1ef818b0325dafd2d7028a663b9b90d6d6529c44 (diff) | |
| download | raylib-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.c | 2 | ||||
| -rw-r--r-- | examples/models/models_heightmap.c | 2 | ||||
| -rw-r--r-- | examples/models/resources/pixels.png | bin | 168 -> 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 Binary files differdeleted file mode 100644 index c9a4134b..00000000 --- a/examples/models/resources/pixels.png +++ /dev/null |
