diff options
author | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-14 00:23:30 +0200 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-04-14 00:23:30 +0200 |
commit | ff5dcb946d1efc9248a2f1b88015119d2f267b35 (patch) | |
tree | 15c1ff33e39c4776813c7374543ae49cf85f852c /src/openglgraphics.h | |
parent | 0eddf44c73dc3a0e9fe20106e91b648197898b3b (diff) | |
download | mana-ff5dcb946d1efc9248a2f1b88015119d2f267b35.tar.gz mana-ff5dcb946d1efc9248a2f1b88015119d2f267b35.tar.bz2 mana-ff5dcb946d1efc9248a2f1b88015119d2f267b35.tar.xz mana-ff5dcb946d1efc9248a2f1b88015119d2f267b35.zip |
Unduplicated the code that draws a quad
Shouldn't affect performance.
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r-- | src/openglgraphics.h | 2 |
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); |