Opened 4 years ago
Closed 4 years ago
#12050 closed defect (fixed)
TWINE: palette issues for fla movie
Reported by: | mgerhardy | Owned by: | mgerhardy |
---|---|---|---|
Priority: | normal | Component: | Engine: TwinE |
Version: | Keywords: | ||
Cc: | Game: | Little Big Adventure |
Description
introduced in 3ac47eaba1d3290ef8c16a6e63fa9b6702b1aa0c
Reproduce with entering a scene and type "play_movie baffe" to the in-game debugger.
Attachments (2)
Change History (6)
by , 4 years ago
Attachment: | scummvm-lba-de-00050.png added |
---|
by , 4 years ago
Attachment: | scummvm-lba-de-00049.png added |
---|
comment:1 by , 4 years ago
comment:2 by , 4 years ago
This call breaks the rendering:
_engine->frontVideoBuffer.transBlitFrom(_engine->imageBuffer, _engine->imageBuffer.getBounds(), _engine->frontVideoBuffer.getBounds());
this call works:
_engine->frontVideoBuffer.blitFrom(_engine->imageBuffer);
comment:4 by , 4 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
https://github.com/scummvm/scummvm/commit/3ac47eaba1d3290ef8c16a6e63fa9b6702b1aa0c