Re-add an accidentally removed comment

This commit is contained in:
David Hrdlička
2020-04-04 13:06:05 +02:00
parent 9acb489a1d
commit a220027745

View File

@@ -7406,7 +7406,7 @@ void voodoo_callback(void *p)
if (voodoo->scrfilter && voodoo->scrfilterEnabled)
{
uint8_t *fil = malloc((voodoo->h_disp) * 3);
uint8_t *fil = malloc((voodoo->h_disp) * 3); /* interleaved 24-bit RGB */
if (fil == NULL) fatal("fil = NULL");
if (voodoo->type == VOODOO_2)