(svn r17793) -Fix: [OSX] The splash image wasn't displayed if the Quartz video driver was used.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user