mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-25 04:01:03 +00:00
LILLIPUT: Fixes rendering by blitting mainSurface to screen
Before displayMousePointer() that calls display16x16IndexedBuf() did the blit and I forgot to add it when removing the custom cursor handling in 38cd5b2ac3.
This commit is contained in:
parent
d9aa76796d
commit
399d1e26cb
@ -257,6 +257,7 @@ void LilliputEngine::update() {
|
||||
CursorMan.popCursor();
|
||||
}
|
||||
|
||||
_system->copyRectToScreen((byte *)_mainSurface->getPixels(), 320, 0, 0, 320, 200);
|
||||
_system->updateScreen();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user