mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -269,8 +269,7 @@ bool openFileSelectionDialog(
|
||||
, _inOutfilePath.get()
|
||||
);
|
||||
|
||||
bx::LineReader lr(_filter);
|
||||
while (!lr.isDone() )
|
||||
for (bx::LineReader lr(_filter); !lr.isDone();)
|
||||
{
|
||||
const bx::StringView line = lr.next();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user