diff options
| author | Ray <[email protected]> | 2021-08-27 18:50:02 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-08-27 18:50:02 +0200 |
| commit | 936199d8de3fecf3ff57bab4d5e35ed9c5ffa54b (patch) | |
| tree | c0db73a6d076a8e43fb6288c683ff930de38b899 /src/textures.c | |
| parent | 18af18479f1b2b08c0c7c0d2ed2662cb60bcb793 (diff) | |
| download | raylib-936199d8de3fecf3ff57bab4d5e35ed9c5ffa54b.tar.gz raylib-936199d8de3fecf3ff57bab4d5e35ed9c5ffa54b.zip | |
Review dates
Diffstat (limited to 'src/textures.c')
| -rw-r--r-- | src/textures.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textures.c b/src/textures.c index ff55eedf..8435d267 100644 --- a/src/textures.c +++ b/src/textures.c @@ -528,7 +528,7 @@ bool ExportImageAsCode(Image image, const char *fileName) bytesCount += sprintf(txtData + bytesCount, "// more info and bugs-report: github.com/raysan5/raylib //\n"); bytesCount += sprintf(txtData + bytesCount, "// feedback and support: ray[at]raylib.com //\n"); bytesCount += sprintf(txtData + bytesCount, "// //\n"); - bytesCount += sprintf(txtData + bytesCount, "// Copyright (c) 2020 Ramon Santamaria (@raysan5) //\n"); + bytesCount += sprintf(txtData + bytesCount, "// Copyright (c) 2018-2021 Ramon Santamaria (@raysan5) //\n"); bytesCount += sprintf(txtData + bytesCount, "// //\n"); bytesCount += sprintf(txtData + bytesCount, "////////////////////////////////////////////////////////////////////////////////////////\n\n"); |
