diff options
Diffstat (limited to 'src/blitter/8bpp_base.cpp')
-rw-r--r-- | src/blitter/8bpp_base.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blitter/8bpp_base.cpp b/src/blitter/8bpp_base.cpp index eecf63f02..39960f8e9 100644 --- a/src/blitter/8bpp_base.cpp +++ b/src/blitter/8bpp_base.cpp @@ -141,7 +141,7 @@ int Blitter_8bppBase::BufferSize(int width, int height) return width * height; } -void Blitter_8bppBase::PaletteAnimate(uint start, uint count) +void Blitter_8bppBase::PaletteAnimate(const Palette &palette) { /* Video backend takes care of the palette animation */ } |