mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -592,7 +592,7 @@ restart:
|
||||
for (AppI* app = getFirstApp(); NULL != app; app = app->getNext() )
|
||||
{
|
||||
if (NULL == selected
|
||||
&& bx::strFindI(app->getName(), find) )
|
||||
&& bx::strFindI(app->getName(), INT32_MAX, find) )
|
||||
{
|
||||
selected = app;
|
||||
}
|
||||
@@ -749,7 +749,7 @@ restart:
|
||||
}
|
||||
|
||||
_debug = s_debug;
|
||||
|
||||
|
||||
s_width = _width;
|
||||
s_height = _height;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user