mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
WINTERMUTE: Fix non-dirty-rect render-path.
This commit is contained in:
parent
0209ce4e3a
commit
86b93a84c9
@ -322,6 +322,8 @@ void BaseRenderOSystem::drawSurface(BaseSurfaceOSystem *owner, const Graphics::S
|
||||
} else {
|
||||
ticket->_wantsDraw = true;
|
||||
_renderQueue.push_back(ticket);
|
||||
_previousTicket = ticket;
|
||||
drawFromSurface(ticket);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user