diff options
| author | Ray <[email protected]> | 2023-01-01 16:00:56 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-01-01 16:00:56 +0100 |
| commit | b59fab7ee6035886554778e8adc540deb3f29f4a (patch) | |
| tree | 065d53b4b0d2057c7eaa31d11b3ef4b6a9a07b3d /src/rmodels.c | |
| parent | 713e26332f15209a9b8f2315a909858a21fa5fd4 (diff) | |
| download | raylib-b59fab7ee6035886554778e8adc540deb3f29f4a.tar.gz raylib-b59fab7ee6035886554778e8adc540deb3f29f4a.zip | |
Update year to 2023
Diffstat (limited to 'src/rmodels.c')
| -rw-r--r-- | src/rmodels.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rmodels.c b/src/rmodels.c index 290d6e29..9bb54961 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -22,7 +22,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2013-2022 Ramon Santamaria (@raysan5) +* Copyright (c) 2013-2023 Ramon Santamaria (@raysan5) * * This software is provided "as-is", without any express or implied warranty. In no event * will the authors be held liable for any damages arising from the use of this software. @@ -1795,7 +1795,7 @@ bool ExportMesh(Mesh mesh, const char *fileName) byteCount += sprintf(txtData + byteCount, "# // more info and bugs-report: github.com/raysan5/raylib //\n"); byteCount += sprintf(txtData + byteCount, "# // feedback and support: ray[at]raylib.com //\n"); byteCount += sprintf(txtData + byteCount, "# // //\n"); - byteCount += sprintf(txtData + byteCount, "# // Copyright (c) 2018-2022 Ramon Santamaria (@raysan5) //\n"); + byteCount += sprintf(txtData + byteCount, "# // Copyright (c) 2018-2023 Ramon Santamaria (@raysan5) //\n"); byteCount += sprintf(txtData + byteCount, "# // //\n"); byteCount += sprintf(txtData + byteCount, "# //////////////////////////////////////////////////////////////////////////////////\n\n"); byteCount += sprintf(txtData + byteCount, "# Vertex Count: %i\n", mesh.vertexCount); |
