diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-26 20:35:48 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-26 20:35:48 +0000 |
commit | 076e82ac5ed30086821aa0d27e9d725e794b928a (patch) | |
tree | 31ae6c854c82ed789931f5ebd998e3c2b9aea17c /src/openglgraphics.h | |
parent | c1caa4d90e00cd248c05c43ace035c62ab470354 (diff) | |
download | mana-076e82ac5ed30086821aa0d27e9d725e794b928a.tar.gz mana-076e82ac5ed30086821aa0d27e9d725e794b928a.tar.bz2 mana-076e82ac5ed30086821aa0d27e9d725e794b928a.tar.xz mana-076e82ac5ed30086821aa0d27e9d725e794b928a.zip |
Fixed fonts not being recolored by adding an explicit parameter to require it.
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r-- | src/openglgraphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h index 36e6efcd..ee5bc1e1 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -38,7 +38,8 @@ class OpenGLGraphics : public Graphics bool drawImage(Image *image, int srcX, int srcY, int dstX, int dstY, - int width, int height); + int width, int height, + bool useColor); void updateScreen(); |