summaryrefslogtreecommitdiff
path: root/src/graphics/OpenGLDrawMethods.inl
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-15 11:55:41 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-15 11:55:41 (GMT)
commit54a81031bcb8e67ef661fb4f96cb2f65501f4c85 (patch)
tree63654e26cb9dfddc6b82250cb3703e1f86f98ec9 /src/graphics/OpenGLDrawMethods.inl
parent2378363055950ec3ba50d42e6b1ff7b5c08a7af3 (diff)
downloadpowder-54a81031bcb8e67ef661fb4f96cb2f65501f4c85.zip
powder-54a81031bcb8e67ef661fb4f96cb2f65501f4c85.tar.gz
Revert "Missing "invert" declaration in OpenGLDrawMethods"
This reverts commit 708379a3f859cb0d09e44c5b2c41469396809940.
Diffstat (limited to 'src/graphics/OpenGLDrawMethods.inl')
-rw-r--r--src/graphics/OpenGLDrawMethods.inl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graphics/OpenGLDrawMethods.inl b/src/graphics/OpenGLDrawMethods.inl
index db71fb7..cbf3113 100644
--- a/src/graphics/OpenGLDrawMethods.inl
+++ b/src/graphics/OpenGLDrawMethods.inl
@@ -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;