diff options
| author | Ray <[email protected]> | 2021-10-14 10:52:24 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-10-14 10:52:24 +0200 |
| commit | 9ac5a964084230477a3dfb541108baa1076bfecd (patch) | |
| tree | 72be1f174a995f961041fb5300b928341f9f245b /src/rmodels.c | |
| parent | 8a5bc933de63d4a9d5636a69b31cfb4d2c1492f1 (diff) | |
| download | raylib-9ac5a964084230477a3dfb541108baa1076bfecd.tar.gz raylib-9ac5a964084230477a3dfb541108baa1076bfecd.zip | |
Update rmodels.c
Diffstat (limited to 'src/rmodels.c')
| -rw-r--r-- | src/rmodels.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rmodels.c b/src/rmodels.c index acfdd283..1b6c659f 100644 --- a/src/rmodels.c +++ b/src/rmodels.c @@ -4555,7 +4555,7 @@ static unsigned char *DecodeBase64(char *data, int *outputLength) { if (data[4*i + 3] == '=') { - if (data[4*i + 2] == '=') size += 1; + if (data[4*i + 2] == '=') outLength += 1; else outLength += 2; } else outLength += 3; |
