Removed todos.

This commit is contained in:
Бранимир Караџић
2019-08-10 08:00:06 -07:00
parent f8866b5d73
commit 289afdc762
3 changed files with 14 additions and 9 deletions

View File

@@ -763,7 +763,9 @@ namespace bgfx
uint32_t ch = line->character;
uint8_t attr = line->attribute;
if (ch > 0xff)
ch = 0; // todo: render unicode code point , ch > 255)
{
ch = 0;
}
if (0 != (ch|attr)
&& (' ' != ch || 0 != (attr&0xf0) ) )