aboutsummaryrefslogtreecommitdiff
path: root/graphics/VectorRenderer.h
diff options
context:
space:
mode:
authorJohannes Schickel2008-10-29 20:05:59 +0000
committerJohannes Schickel2008-10-29 20:05:59 +0000
commitd8a76a6b595bce9cbfb45ec23149a5e4fb533479 (patch)
tree9cbb2f0d0061e253efb5961f1cd9f526cdb6a732 /graphics/VectorRenderer.h
parentebcb4861917ee43bebbaf11513afabef64d13221 (diff)
downloadscummvm-rg350-d8a76a6b595bce9cbfb45ec23149a5e4fb533479.tar.gz
scummvm-rg350-d8a76a6b595bce9cbfb45ec23149a5e4fb533479.tar.bz2
scummvm-rg350-d8a76a6b595bce9cbfb45ec23149a5e4fb533479.zip
Typo.
svn-id: r34866
Diffstat (limited to 'graphics/VectorRenderer.h')
-rw-r--r--graphics/VectorRenderer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/VectorRenderer.h b/graphics/VectorRenderer.h
index 17303c3c9d..b4c2099da8 100644
--- a/graphics/VectorRenderer.h
+++ b/graphics/VectorRenderer.h
@@ -90,8 +90,8 @@ VectorRenderer *createRenderer(int mode);
* the actual rendering functionality for each Byte Depth / Byte Format
* combination, and may also contain platform specific code.
*
- * When specifing define DISABLE_FANCY_THEMES some eye candy related code
- * gets stripped of. This is especially useful for small devices like NDS.
+ * When specifying define DISABLE_FANCY_THEMES eye candy related code
+ * gets stripped off. This is especially useful for small devices like NDS.
* Also note that if you specify DISABLE_FANCY_THEMES, you'll need to
* specify a forced overlay bit format via VECTOR_RENDERER_FORMAT define.
* The value looks like 'XYZ' for RXGYBZ mode, so R5G5B5 would be specified