mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Removed redundant emplace_back
This commit is contained in:
parent
19ae7a69bf
commit
3e36675a6e
|
|
@ -46,7 +46,7 @@ UIScene_DebugOverlay::UIScene_DebugOverlay(int iPad, void *initData, UILayer *pa
|
||||||
{
|
{
|
||||||
if (Item::items[i] != NULL)
|
if (Item::items[i] != NULL)
|
||||||
{
|
{
|
||||||
sortedItems.emplace_back(std::make_pair(std::wstring(app.GetString(Item::items[i]->getDescriptionId())), i));
|
sortedItems.emplace_back(std::wstring(app.GetString(Item::items[i]->getDescriptionId())), i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue