From 987141c4340c508b14ec085f977754bb48dcfe0e Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 1 Sep 2013 23:38:52 +0300 Subject: improve speed in software renderer in SDL2. now it works almost with same speed like SDL1.2 --- src/render/graphics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/render/graphics.h') diff --git a/src/render/graphics.h b/src/render/graphics.h index c2fd7480a..eec6e4c9d 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -142,7 +142,7 @@ class Graphics : public gcn::Graphics /** * Resize the window to the specified size. */ - bool resizeScreen(const int width, const int height); + virtual bool resizeScreen(const int width, const int height); /** * Blits an image onto the screen. -- cgit v1.2.3-60-g2f50