aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2015-01-02 20:51:14 +0100
committerRay <raysan5@gmail.com>2015-01-02 20:51:14 +0100
commite6bc655d6acf69daeff084829cfee08aba9a71a8 (patch)
treef9eede4da1ca594dcf9181d2664fb89308130a27
parent061ee04cb524d39d3b4f1bd64b43a65f38ddabef (diff)
downloadraylib-e6bc655d6acf69daeff084829cfee08aba9a71a8.tar.gz
raylib-e6bc655d6acf69daeff084829cfee08aba9a71a8.zip
Rename models_cubesmap.c to models_cubicmap.c
-rw-r--r--examples/models_cubicmap.c (renamed from examples/models_cubesmap.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/models_cubesmap.c b/examples/models_cubicmap.c
index 580d67e6..08398ad4 100644
--- a/examples/models_cubesmap.c
+++ b/examples/models_cubicmap.c
@@ -77,4 +77,4 @@ int main()
//--------------------------------------------------------------------------------------
return 0;
-} \ No newline at end of file
+}