summaryrefslogtreecommitdiff
path: root/src/resources/dye.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-07 00:31:46 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-07 00:31:46 +0300
commit4c057739d0538d01481643848a6cb558e0ef4e51 (patch)
treefd09c3a5e5ddccd4d133ecdbe232f8490ba732a0 /src/resources/dye.h
parent5f434dba57bd80ab370dba5a9a425e86acbe800f (diff)
downloadplus-4c057739d0538d01481643848a6cb558e0ef4e51.tar.gz
plus-4c057739d0538d01481643848a6cb558e0ef4e51.tar.bz2
plus-4c057739d0538d01481643848a6cb558e0ef4e51.tar.xz
plus-4c057739d0538d01481643848a6cb558e0ef4e51.zip
More improve load image speed in opengl mode.
Diffstat (limited to 'src/resources/dye.h')
-rw-r--r--src/resources/dye.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/dye.h b/src/resources/dye.h
index 03aec71cb..b238f65fb 100644
--- a/src/resources/dye.h
+++ b/src/resources/dye.h
@@ -63,6 +63,8 @@ class DyePalette
void replaceColor(Uint8 *color) const;
+ void replaceOGLColor(Uint8 *color) const;
+
private:
struct Color
{ unsigned char value[3]; };