From a8cf5e1846bb20f283c1bd65e0b660394df782d7 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 20 Oct 2019 21:07:26 +0000 Subject: [PATCH] Fix a typo in a comment --- src/Draw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Draw.cpp b/src/Draw.cpp index 41db1003..924a44d7 100644 --- a/src/Draw.cpp +++ b/src/Draw.cpp @@ -833,7 +833,7 @@ void InitTextObject(const char *name) // This breaks the Japanese text on English Windows installations. // 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. #ifdef FIX_BUGS #define QUALITY NONANTIALIASED_QUALITY