mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.removed DDUMP
This commit is contained in:
parent
f74fe22f8b
commit
b326c3ce1e
2 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
description "Paints text using different colors";
|
||||
description "Paints text using different colors\377";
|
||||
|
||||
uses
|
||||
CtrlLib;
|
||||
|
|
|
|||
|
|
@ -128,8 +128,6 @@ void SColor::Refresh()
|
|||
void SColor::Write(Color c, Color val)
|
||||
{
|
||||
int ii = c.GetRaw() & VBITS;
|
||||
if(ii == 3)
|
||||
DDUMP(val);
|
||||
ASSERT((c.GetRaw() & SCOLOR) && ii >= 0 && ii < s_Max);
|
||||
if(ii >= 0 && ii < s_Max) {
|
||||
ASSERT(!s_color_fn[ii]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue