mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 21:42:59 +01:00
Reemoved use of old LineReader.
This commit is contained in:
@@ -6452,11 +6452,8 @@ namespace bgfx { namespace gl
|
||||
for (int32_t line = 1; !lineReader.isDone(); ++line)
|
||||
{
|
||||
bx::StringView str = lineReader.next();
|
||||
|
||||
if (!lineReader.isDone() )
|
||||
{
|
||||
BX_TRACE("%3d %.*s", line, str.getLength(), str.getPtr() );
|
||||
}
|
||||
BX_TRACE("%3d %.*s", line, str.getLength(), str.getPtr() );
|
||||
BX_UNUSED(str);
|
||||
}
|
||||
|
||||
GLsizei len;
|
||||
|
||||
Reference in New Issue
Block a user