(svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz video driver was used.

This commit is contained in:
michi_cc
2009-10-17 22:36:39 +00:00
parent c850647e3a
commit 144febd2d9
5 changed files with 11 additions and 9 deletions

View File

@@ -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;