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 }