Revert "Missing "invert" declaration in OpenGLDrawMethods"
This reverts commit 708379a3f8
.
This commit is contained in:
parent
2378363055
commit
54a81031bc
@ -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;
|
||||
|
Reference in New Issue
Block a user