mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-30 11:19:51 +02:00
Revert "Missing "invert" declaration in OpenGLDrawMethods"
This reverts commit 708379a3f8
.
This commit is contained in:
@@ -6,7 +6,6 @@ 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