summaryrefslogtreecommitdiff
path: root/src/video/cocoa/fullscreen.mm
diff options
context:
space:
mode:
authormichi_cc <michi_cc@openttd.org>2009-10-17 22:36:39 +0000
committermichi_cc <michi_cc@openttd.org>2009-10-17 22:36:39 +0000
commit144febd2d9255726408d3e0ae32ed3284a54b09f (patch)
treea5a25512f52549c1ca9432da478b2aecbfc0039b /src/video/cocoa/fullscreen.mm
parentc850647e3aa9dc0408056c4b01d138fdd140e872 (diff)
downloadopenttd-144febd2d9255726408d3e0ae32ed3284a54b09f.tar.xz
(svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz video driver was used.
Diffstat (limited to 'src/video/cocoa/fullscreen.mm')
-rw-r--r--src/video/cocoa/fullscreen.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/cocoa/fullscreen.mm b/src/video/cocoa/fullscreen.mm
index d6ec8f4e0..631ef09d4 100644
--- a/src/video/cocoa/fullscreen.mm
+++ b/src/video/cocoa/fullscreen.mm
@@ -420,7 +420,7 @@ public:
this->RestoreVideoMode();
}
- virtual void Draw()
+ virtual void Draw(bool force_update)
{
const uint8 *src = (uint8 *)this->pixel_buffer;
uint8 *dst = (uint8 *)this->screen_buffer;