aboutsummaryrefslogtreecommitdiff
path: root/image/png.h
diff options
context:
space:
mode:
authorCameron Cawley2019-12-19 21:22:42 +0000
committerFilippos Karapetis2020-01-02 20:53:29 +0200
commitd289fa5f981930d151c4d7d57fc5bed1dac63750 (patch)
tree46c2778613b40c29fb87e979d35e2188fca93368 /image/png.h
parentba035ac532a65457d55ec77b06273642d5191909 (diff)
downloadscummvm-rg350-d289fa5f981930d151c4d7d57fc5bed1dac63750.tar.gz
scummvm-rg350-d289fa5f981930d151c4d7d57fc5bed1dac63750.tar.bz2
scummvm-rg350-d289fa5f981930d151c4d7d57fc5bed1dac63750.zip
OPENGL: Ensure surfaces created by saveScreenshot are the right way up
Diffstat (limited to 'image/png.h')
-rw-r--r--image/png.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/image/png.h b/image/png.h
index f983da467e..1402976963 100644
--- a/image/png.h
+++ b/image/png.h
@@ -78,11 +78,8 @@ private:
/**
* Outputs a compressed PNG stream of the given input surface.
- *
- * @param bottomUp Flip the vertical axis so pixel data is drawn from the
- * bottom up, instead of from the top down.
*/
-bool writePNG(Common::WriteStream &out, const Graphics::Surface &input, const bool bottomUp = false);
+bool writePNG(Common::WriteStream &out, const Graphics::Surface &input);
} // End of namespace Image