.removed DDUMP

This commit is contained in:
Mirek Fidler 2024-11-27 12:33:21 +01:00
parent f74fe22f8b
commit b326c3ce1e
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
description "Paints text using different colors";
description "Paints text using different colors\377";
uses
CtrlLib;

View file

@ -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]);