diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-06-07 00:31:46 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-06-07 00:31:46 +0300 |
commit | 4c057739d0538d01481643848a6cb558e0ef4e51 (patch) | |
tree | fd09c3a5e5ddccd4d133ecdbe232f8490ba732a0 /src/resources/dye.h | |
parent | 5f434dba57bd80ab370dba5a9a425e86acbe800f (diff) | |
download | ManaVerse-4c057739d0538d01481643848a6cb558e0ef4e51.tar.gz ManaVerse-4c057739d0538d01481643848a6cb558e0ef4e51.tar.bz2 ManaVerse-4c057739d0538d01481643848a6cb558e0ef4e51.tar.xz ManaVerse-4c057739d0538d01481643848a6cb558e0ef4e51.zip |
More improve load image speed in opengl mode.
Diffstat (limited to 'src/resources/dye.h')
-rw-r--r-- | src/resources/dye.h | 2 |
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]; }; |