[DEBUG] correct color interface
This commit is contained in:
parent
247ada05cb
commit
088e9b1a2d
@ -237,7 +237,7 @@ namespace etk {
|
||||
if (tmp < 10) {
|
||||
out += ('0'+tmp);
|
||||
} else {
|
||||
out += ('A'+tmp);
|
||||
out += ('A'+tmp-10);
|
||||
}
|
||||
}
|
||||
return out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user