mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
GRIFFON: Fix saveload menu fadein
This commit is contained in:
parent
fc1e3f62be
commit
57922cde67
@ -735,7 +735,10 @@ void GriffonEngine::saveLoadNew() {
|
||||
_videoBuffer->setAlpha((int)yy);
|
||||
}
|
||||
|
||||
g_system->copyRectToScreen(_videoBuffer->getPixels(), _videoBuffer->pitch, 0, 0, _videoBuffer->w, _videoBuffer->h);
|
||||
_videoBuffer3->fillRect(Common::Rect(0, 0, _videoBuffer3->w, _videoBuffer3->h), 0);
|
||||
_videoBuffer->blit(*_videoBuffer3);
|
||||
|
||||
g_system->copyRectToScreen(_videoBuffer3->getPixels(), _videoBuffer3->pitch, 0, 0, _videoBuffer3->w, _videoBuffer3->h);
|
||||
g_system->updateScreen();
|
||||
g_system->getEventManager()->pollEvent(_event);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user