(svn r23729) -Fix (r23670) [FS#4941]: if you increase the buffer size, also increase the bytes per pixel

pull/155/head
truebrain 13 years ago
parent ff1db1a6c8
commit dea311a07e

@ -41,7 +41,7 @@ public:
/* virtual */ Blitter::PaletteAnimation UsePaletteAnimation();
/* virtual */ const char *GetName() { return "32bpp-anim"; }
/* virtual */ int GetBytesPerPixel() { return 5; }
/* virtual */ int GetBytesPerPixel() { return 6; }
/* virtual */ void PostResize();
/**

Loading…
Cancel
Save