diff options
Diffstat (limited to 'src/resources/dye.h')
-rw-r--r-- | src/resources/dye.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/dye.h b/src/resources/dye.h index 95a4dbdae..2976c984d 100644 --- a/src/resources/dye.h +++ b/src/resources/dye.h @@ -63,12 +63,12 @@ class DyePalette final /** * replace colors for SDL for S dye. */ - void replaceSColor(uint8_t *const color) const; + void replaceSColor(uint32_t *pixels, const int bufSize) const; /** * replace colors for SDL for S dye. */ - void replaceAColor(uint8_t *const color) const; + void replaceAColor(uint32_t *pixels, const int bufSize) const; /** * replace colors for OpenGL for S dye. |