From 49014530e710c41301e56c1e873770ec27a7a4f8 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Wed, 10 Apr 2019 11:55:23 +0100 Subject: [PATCH] Clarify a bug --- src/TextScr.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TextScr.cpp b/src/TextScr.cpp index 61662d9e..b9f89d64 100644 --- a/src/TextScr.cpp +++ b/src/TextScr.cpp @@ -473,6 +473,8 @@ void PutTextScript() // instead). //CortBox(&rect, GetCortBoxColor(RGB(0xFF, 0xFF, 0xFE)); #else + // This accidentally uses a BGR value directly, without + // running it though GetCortBoxColor first CortBox(&rect, RGB(0xFF, 0xFF, 0xFE)); #endif }