aboutsummaryrefslogtreecommitdiff
path: root/graphics/cursorman.h
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-13 14:58:07 +0100
committerJohannes Schickel2011-02-14 17:08:32 +0100
commit05f0855efc611289173a6ca9b9490316651839db (patch)
tree99dd3db36016857d6449d8165961f14cba7a36bf /graphics/cursorman.h
parentf53f1af062d4f0612b7e3f1055373f8c2fcb0bdd (diff)
downloadscummvm-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.h2
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