forgot to remove one thing
This commit is contained in:
parent
49ba3f196f
commit
aba3109f6f
@ -966,7 +966,6 @@ inline void blendpixel(pixel *vid, int x, int y, int r, int g, int b, int a)
|
||||
#endif
|
||||
{
|
||||
#ifdef OpenGL
|
||||
gl_
|
||||
#else
|
||||
pixel t;
|
||||
if(x<0 || y<0 || x>=XRES || y>=YRES)
|
||||
|
Reference in New Issue
Block a user