From ccb37e12b1f54c6dc24d29f8b4f696b28883f2cd Mon Sep 17 00:00:00 2001 From: Gabriel Ravier <31440290+GabrielRavier@users.noreply.github.com> Date: Tue, 14 May 2019 11:22:38 +0200 Subject: [PATCH] Remove space before commented out code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ಠ_ಠ Co-Authored-By: Clownacy --- src/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Font.cpp b/src/Font.cpp index 7e008530..915cd499 100644 --- a/src/Font.cpp +++ b/src/Font.cpp @@ -14,7 +14,7 @@ #include "File.h" // Uncomment for that authentic pre-Windows Vista feel -// #define DISABLE_FONT_ANTIALIASING +//#define DISABLE_FONT_ANTIALIASING #undef MIN #undef MAX