yes, it's buggy
This commit is contained in:
parent
9d097277cd
commit
390413c09d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue