mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
[qwaq] Doc the issue number for blit slug
This commit is contained in:
parent
affadc3d25
commit
f6f6b2cba3
1 changed files with 1 additions and 0 deletions
|
@ -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++;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue