[qwaq] Doc the issue number for blit slug

This commit is contained in:
Bill Currie 2020-03-18 01:40:58 +09:00
parent affadc3d25
commit f6f6b2cba3

View file

@ -73,6 +73,7 @@
for (int x = 0; x < rect.extent.width; x++) {
// FIXME 1) need memcpy/memmove
// 2) the generated code could be better
// github issue #3
*d++ = *s++;
}
}