ref: 49014530e710c41301e56c1e873770ec27a7a4f8
parent: b92f1cbb1ca7b36802d2b5d69c3485c8db6547f2
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Apr 10 07:55:23 EDT 2019
Clarify a bug
--- a/src/TextScr.cpp
+++ b/src/TextScr.cpp
@@ -473,6 +473,8 @@
// 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
}