summaryrefslogtreecommitdiff
path: root/src/openglgraphics.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-14 00:23:30 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-04-14 00:23:30 +0200
commitff5dcb946d1efc9248a2f1b88015119d2f267b35 (patch)
tree15c1ff33e39c4776813c7374543ae49cf85f852c /src/openglgraphics.h
parent0eddf44c73dc3a0e9fe20106e91b648197898b3b (diff)
downloadmana-client-ff5dcb946d1efc9248a2f1b88015119d2f267b35.tar.gz
mana-client-ff5dcb946d1efc9248a2f1b88015119d2f267b35.tar.bz2
mana-client-ff5dcb946d1efc9248a2f1b88015119d2f267b35.tar.xz
mana-client-ff5dcb946d1efc9248a2f1b88015119d2f267b35.zip
Unduplicated the code that draws a quad
Shouldn't affect performance.
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r--src/openglgraphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h
index 469e1f53..dc748804 100644
--- a/src/openglgraphics.h
+++ b/src/openglgraphics.h
@@ -75,7 +75,7 @@ class OpenGLGraphics : public Graphics
/**
* Takes a screenshot and returns it as SDL surface.
*/
- SDL_Surface* getScreenshot();
+ SDL_Surface *getScreenshot();
protected:
void setTexturingAndBlending(bool enable);