Clarify a bug
This commit is contained in:
parent
b92f1cbb1c
commit
49014530e7
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue