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