yes, it's buggy

This commit is contained in:
oxmox 2023-02-22 21:13:18 +01:00
parent 9d097277cd
commit 390413c09d

View file

@ -287,7 +287,7 @@ void IB_FinishUpdate (void)
void IB_GetColor(unsigned char *bytes, unsigned char red, unsigned char green, unsigned char blue)
{
#if DoomBytesPerPixel == 3
// FIXME: might be buggy
// FIXME: this is buggy
bytes[0] = red;
bytes[1] = green;
bytes[2] = blue;