diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/blitter/32bpp_anim.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blitter/32bpp_anim.hpp b/src/blitter/32bpp_anim.hpp index 73cabb90d..43e074ce5 100644 --- a/src/blitter/32bpp_anim.hpp +++ b/src/blitter/32bpp_anim.hpp @@ -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(); /** |