From dabcacb0ca2157e1b82c52cb5b2f54549c9e77f9 Mon Sep 17 00:00:00 2001 From: Colin Snover Date: Sat, 22 Jul 2017 23:27:24 -0500 Subject: SCI32: Add missing method documentation --- engines/sci/graphics/frameout.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sci/graphics') diff --git a/engines/sci/graphics/frameout.h b/engines/sci/graphics/frameout.h index d94689be5b..ddaa17ca3d 100644 --- a/engines/sci/graphics/frameout.h +++ b/engines/sci/graphics/frameout.h @@ -305,6 +305,9 @@ public: */ void updateScreen(const int delta = 0); + /** + * Resets the pixel format of the hardware surface to the given format. + */ void setPixelFormat(const Graphics::PixelFormat &format) const { initGraphics(_currentBuffer.screenWidth, _currentBuffer.screenHeight, _isHiRes, &format); } -- cgit v1.2.3