Correct some awkward wording

This commit is contained in:
Clownacy 2020-09-14 11:50:48 +01:00
parent 0cdd6ad4df
commit 1625d3961d

View file

@ -21,7 +21,7 @@
// The only way to 'fix' the artifacting is to convert the entire drawing system to use alpha // The only way to 'fix' the artifacting is to convert the entire drawing system to use alpha
// blending instead of colour-keying. // blending instead of colour-keying.
// If you'd like the buggy anti-aliasing, then uncomment the following line. // If you'd like to enable the buggy anti-aliasing, then uncomment the following line.
//#define ENABLE_FONT_ANTIALIASING //#define ENABLE_FONT_ANTIALIASING
// This controls however many glyphs (letters) the game can cache in VRAM at once // This controls however many glyphs (letters) the game can cache in VRAM at once