aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed
diff options
context:
space:
mode:
authorJohannes Schickel2011-02-20 21:37:07 +0100
committerJohannes Schickel2011-02-20 21:39:30 +0100
commit22489cbf8ec58e26fe1b3db41c4f6d398b34fd30 (patch)
tree38626974358f2f202035138468e9626a613b2108 /engines/testbed
parent10c7c5327a24d9274c83d0b29a00cffbbced23fc (diff)
downloadscummvm-rg350-22489cbf8ec58e26fe1b3db41c4f6d398b34fd30.tar.gz
scummvm-rg350-22489cbf8ec58e26fe1b3db41c4f6d398b34fd30.tar.bz2
scummvm-rg350-22489cbf8ec58e26fe1b3db41c4f6d398b34fd30.zip
TESTBED: Adapt documentation to the palette RGBA->RGB change.
Diffstat (limited to 'engines/testbed')
-rw-r--r--engines/testbed/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/testbed/graphics.h b/engines/testbed/graphics.h
index 01c76efea5..a4e698b44c 100644
--- a/engines/testbed/graphics.h
+++ b/engines/testbed/graphics.h
@@ -79,7 +79,7 @@ public:
private:
/**
- * A Palette consists of 4 components RGBA.
+ * A Palette consists of 3 components RGB.
* As of now we only take 3 colors
* 0 (R:0, G:0, B:0) Black (kColorBlack)
* 1 (R:255, G:255, B:255) White (kColorWhite)