daily pastebin goal
19%
SHARE
TWEET

Untitled

a guest Apr 2nd, 2012 20 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. === modified file 'plugins/screenshot/src/screenshot.cpp'
  2. --- plugins/screenshot/src/screenshot.cpp       2012-02-13 15:28:06 +0000
  3. +++ plugins/screenshot/src/screenshot.cpp       2012-04-02 23:06:36 +0000
  4. @@ -277,7 +277,8 @@
  5.             glDisableClientState (GL_TEXTURE_COORD_ARRAY);
  6.             glEnable (GL_BLEND);
  7.             glColor4us (0x2fff, 0x2fff, 0x4fff, 0x4fff);
  8. -           glRecti (x1, y2, x2, y1);
  9. +           # workaround remove blue overlay
  10. +           # glRecti (x1, y2, x2, y1);
  11.             glColor4us (0x2fff, 0x2fff, 0x4fff, 0x9fff);
  12.             glBegin (GL_LINE_LOOP);
  13.             glVertex2i (x1, y1);
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top