From 237cbc536ce74a0d4f1540b299e29f81e903b3ae Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 5 Apr 2012 01:36:21 +0300 Subject: Improve fillrectangle speed. --- src/graphics.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/graphics.h') diff --git a/src/graphics.h b/src/graphics.h index 03eecefff..35316ab57 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -311,6 +311,8 @@ class Graphics : public gcn::SDLGraphics int mOpenGL; bool mEnableResize; bool mNoFrame; + Uint32 mOldPixel; + int mOldAlpha; }; extern Graphics *mainGraphics; -- cgit v1.2.3-60-g2f50