mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-01 06:14:07 +00:00
GRAPHICS: removed invalid char from comment
This commit is contained in:
parent
0af2f1907a
commit
b2878dea3b
@ -428,7 +428,7 @@ public:
|
||||
* @param scale number of pixels per single character. Default is -1, fit whole surface to maxwidth
|
||||
* @param maxwidth horizontal size of the print out in characters. Default is 160. Note that 2 characters
|
||||
* are taken by the frame
|
||||
* @param palette ˚palette to use for 1bpp pixels. If omitted, we assume grayscale palette
|
||||
* @param palette palette to use for 1bpp pixels. If omitted, we assume grayscale palette
|
||||
*
|
||||
*/
|
||||
void debugPrint(int debuglevel = 0, int width = 0, int height = 0, int x = 0, int y = 0, int scale = -1, int maxwidth = 160, const byte *palette = NULL) const;
|
||||
|
Loading…
x
Reference in New Issue
Block a user