mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-14 04:13:59 +02:00
Missing "invert" declaration in OpenGLDrawMethods
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user