mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-07-31 13:40:12 +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;
|
||||
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