Fix a typo in a comment
This commit is contained in:
parent
a9265e8b45
commit
a8cf5e1846
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ void InitTextObject(const char *name)
|
||||||
// This breaks the Japanese text on English Windows installations.
|
// This breaks the Japanese text on English Windows installations.
|
||||||
|
|
||||||
// Also, the game uses DEFAULT_QUALITY instead of NONANTIALIASED_QUALITY,
|
// Also, the game uses DEFAULT_QUALITY instead of NONANTIALIASED_QUALITY,
|
||||||
// causing font antialiasing to blend with the colour-key, giving text ab
|
// causing font antialiasing to blend with the colour-key, giving text an
|
||||||
// ugly black outline.
|
// ugly black outline.
|
||||||
#ifdef FIX_BUGS
|
#ifdef FIX_BUGS
|
||||||
#define QUALITY NONANTIALIASED_QUALITY
|
#define QUALITY NONANTIALIASED_QUALITY
|
||||||
|
|
Loading…
Add table
Reference in a new issue