author | Ethan Lee <flibitijibibo@flibitijibibo.com> |
Thu, 15 Oct 2020 01:03:56 -0400 | |
changeset 1313 | 67bd5adc03c5 |
parent 1312 | f6fbe7e72735 |
child 1314 | 3ddd9fca664f |
--- a/mojoshader_d3d11.c Thu Oct 15 00:57:03 2020 -0400 +++ b/mojoshader_d3d11.c Thu Oct 15 01:03:56 2020 -0400 @@ -217,7 +217,7 @@ needsUpdate = 1; vecDst[j * 4] = regB[idx + j]; } // if - } while (j < arrayCount); + } while (++j < arrayCount); offset += size; continue; // Skip the rest, do NOT break!