mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-09 15:53:36 +00:00
(svn r23729) -Fix (r23670) [FS#4941]: if you increase the buffer size, also increase the bytes per pixel
This commit is contained in:
parent
9a05d03e2c
commit
2aa6086256
@ -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…
Reference in New Issue
Block a user