Revert "Missing "invert" declaration in OpenGLDrawMethods"

This reverts commit 708379a3f8.
This commit is contained in:
Simon Robertshaw 2012-08-15 12:55:41 +01:00
parent 2378363055
commit 54a81031bc

View File

@ -6,7 +6,6 @@ int PIXELMETHODS_CLASS::drawtext(int x, int y, const char *s, int r, int g, int
return 0;
int oR = r, oG = g, oB = b;
int width, height;
bool invert = false;
Graphics::textsize(s, width, height);
VideoBuffer texture(width, height);
int characterX = 0, characterY = 0;