Clarify a bug

This commit is contained in:
Clownacy 2019-04-10 11:55:23 +01:00
parent b92f1cbb1c
commit 49014530e7

View file

@ -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
}