Missing "invert" declaration in OpenGLDrawMethods
This commit is contained in:
parent
c8080cb025
commit
708379a3f8
@ -5,6 +5,7 @@ int PIXELMETHODS_CLASS::drawtext(int x, int y, const char *s, int r, int g, int
|
|||||||
return 0;
|
return 0;
|
||||||
int oR = r, oG = g, oB = b;
|
int oR = r, oG = g, oB = b;
|
||||||
int width, height;
|
int width, height;
|
||||||
|
bool invert = false;
|
||||||
Graphics::textsize(s, width, height);
|
Graphics::textsize(s, width, height);
|
||||||
VideoBuffer texture(width, height);
|
VideoBuffer texture(width, height);
|
||||||
int characterX = 0, characterY = 0;
|
int characterX = 0, characterY = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user