From d289fa5f981930d151c4d7d57fc5bed1dac63750 Mon Sep 17 00:00:00 2001 From: Cameron Cawley Date: Thu, 19 Dec 2019 21:22:42 +0000 Subject: OPENGL: Ensure surfaces created by saveScreenshot are the right way up --- image/bmp.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'image/bmp.h') diff --git a/image/bmp.h b/image/bmp.h index a23f1e0978..2b7d6fb83f 100644 --- a/image/bmp.h +++ b/image/bmp.h @@ -69,11 +69,8 @@ private: /** * Outputs an uncompressed BMP 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 writeBMP(Common::WriteStream &out, const Graphics::Surface &input, const bool bottomUp = false); +bool writeBMP(Common::WriteStream &out, const Graphics::Surface &input); } // End of namespace Image -- cgit v1.2.3