summaryrefslogtreecommitdiff
path: root/src/graphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.h')
-rw-r--r--src/graphics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graphics.h b/src/graphics.h
index a0749795..6a69a7ef 100644
--- a/src/graphics.h
+++ b/src/graphics.h
@@ -120,8 +120,8 @@ class Graphics : public gcn::SDLGraphics {
int getHeight();
/**
- * takes a screenshot and returns it as SDL surface
- */
+ * Takes a screenshot and returns it as SDL surface.
+ */
virtual SDL_Surface* getScreenshot();
protected: