mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
TONY: Fix image loading on BE systems again
This was originally changed in commit 43520ce4f3, but it has been removed accidentally in commit 84fb3e816d
This commit is contained in:
parent
50c1d5c3a1
commit
338f3dc103
@ -1958,7 +1958,7 @@ void RMGfxSourceBuffer16::prepareImage() {
|
||||
|
||||
pixel = (r << 11) | (g << 6) | b;
|
||||
|
||||
WRITE_LE_UINT16(&buf[i], pixel);
|
||||
buf[i] = pixel;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user