[Scummvm-tracker] [ScummVM :: Bugs] #14795: TWINE: LBA1: Scenery zoom glitched...
ScummVM :: Bugs
trac at scummvm.org
Tue Jan 2 13:01:32 UTC 2024
#14795: TWINE: LBA1: Scenery zoom glitched...
----------------------+-----------------------------------
Reporter: mgerhardy | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Engine: TwinE
Version: | Resolution:
Keywords: | Game: Little Big Adventure
----------------------+-----------------------------------
Comment (by mgerhardy):
bug must be in
{{{
void Redraw::zoomScreenScale() {
[...]
g_system->copyRectToScreen(zoomWorkVideoBuffer.getPixels(),
zoomWorkVideoBuffer.pitch, 0, 0, zoomWorkVideoBuffer.w,
zoomWorkVideoBuffer.h);
g_system->updateScreen();
}
}}}
I suppose this is updating the screen at least twice per frame
--
Ticket URL: <https://bugs.scummvm.org/ticket/14795#comment:4>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list