From be9c906c728087c7ab10b33d55065f6cf3f1d201 Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 26 Jul 2009 14:18:21 +0000 Subject: Specify that the chars passed to FontSJIS::drawChar should be little endian. svn-id: r42818 --- graphics/sjis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/sjis.h') diff --git a/graphics/sjis.h b/graphics/sjis.h index 60bf7844a3..b690401547 100644 --- a/graphics/sjis.h +++ b/graphics/sjis.h @@ -96,7 +96,7 @@ public: * Draws a SJIS char on the given raw buffer. * * @param dst pointer to the destination - * @param ch character to draw + * @param ch character to draw (in little endian) * @param pitch pitch of the destination buffer (size in *bytes*) * @param bpp bytes per pixel of the destination buffer * @param c1 forground color -- cgit v1.2.3