diff options
| author | Ray <raysan5@gmail.com> | 2015-01-02 20:51:14 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2015-01-02 20:51:14 +0100 |
| commit | e6bc655d6acf69daeff084829cfee08aba9a71a8 (patch) | |
| tree | f9eede4da1ca594dcf9181d2664fb89308130a27 | |
| parent | 061ee04cb524d39d3b4f1bd64b43a65f38ddabef (diff) | |
| download | raylib-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 +} |
