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:
Filippos Karapetis 2014-10-28 15:46:19 +02:00
parent 50c1d5c3a1
commit 338f3dc103

View File

@ -1958,7 +1958,7 @@ void RMGfxSourceBuffer16::prepareImage() {
pixel = (r << 11) | (g << 6) | b;
WRITE_LE_UINT16(&buf[i], pixel);
buf[i] = pixel;
}
}