mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:44:56 +00:00
Update boo
This commit is contained in:
@@ -166,6 +166,7 @@ public:
|
||||
_recursivePrint(0, rep);
|
||||
hecl::Printf(_S("\n"));
|
||||
}
|
||||
fflush(stdout);
|
||||
|
||||
if (continuePrompt())
|
||||
{
|
||||
|
||||
@@ -175,6 +175,7 @@ public:
|
||||
|
||||
for (auto& item : m_selectedItems)
|
||||
hecl::Printf(_S(" %s\n"), item.getRelativePath().data());
|
||||
fflush(stdout);
|
||||
|
||||
if (continuePrompt())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user