diff options
| author | Felix Wallin <nibbler.v1@gmail.com> | 2010-09-03 13:03:37 (GMT) |
|---|---|---|
| committer | Felix Wallin <nibbler.v1@gmail.com> | 2010-09-03 13:03:37 (GMT) |
| commit | aba3109f6f70aeff6353869f53aa9a9876adcc36 (patch) | |
| tree | 5aaea234ec848f7b75870172ecaf11e530d252b1 | |
| parent | 49ba3f196f706472344a9a10105dad349bf1a0e0 (diff) | |
| download | powder-aba3109f6f70aeff6353869f53aa9a9876adcc36.zip powder-aba3109f6f70aeff6353869f53aa9a9876adcc36.tar.gz | |
forgot to remove one thing
| -rw-r--r-- | graphics.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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) |
