mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 13:53:14 +01:00
Removed todos.
This commit is contained in:
@@ -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) ) )
|
||||
|
||||
Reference in New Issue
Block a user