diff options
author | Johannes Schickel | 2011-02-13 14:58:07 +0100 |
---|---|---|
committer | Johannes Schickel | 2011-02-14 17:08:32 +0100 |
commit | 05f0855efc611289173a6ca9b9490316651839db (patch) | |
tree | 99dd3db36016857d6449d8165961f14cba7a36bf /graphics/cursorman.h | |
parent | f53f1af062d4f0612b7e3f1055373f8c2fcb0bdd (diff) | |
download | scummvm-rg350-05f0855efc611289173a6ca9b9490316651839db.tar.gz scummvm-rg350-05f0855efc611289173a6ca9b9490316651839db.tar.bz2 scummvm-rg350-05f0855efc611289173a6ca9b9490316651839db.zip |
GRAPHICS: Update CursorManager documentation for RGBA->RGB change.
Diffstat (limited to 'graphics/cursorman.h')
-rw-r--r-- | graphics/cursorman.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cursorman.h b/graphics/cursorman.h index c041beb957..2f3891aee7 100644 --- a/graphics/cursorman.h +++ b/graphics/cursorman.h @@ -130,7 +130,7 @@ public: * The palette entries from 'start' till (start+num-1) will be replaced * so a full palette updated is accomplished via start=0, num=256. * - * The palette data is specified in the same interleaved RGBA format as + * The palette data is specified in the same interleaved RGB format as * used by all backends. * * @param colors the new palette data, in interleaved RGB format |