mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:47:43 +00:00
Mesh cooker updates
This commit is contained in:
@@ -262,7 +262,7 @@ void ToolPrintProgress(const HECL::SystemChar* message, const HECL::SystemChar*
|
||||
if (submessageLen)
|
||||
{
|
||||
if (messageLen > half-submessageLen-1)
|
||||
HECL::Printf(_S("%.*s... "), half-int(submessageLen)-4, message);
|
||||
HECL::Printf(_S("%.*s... %s "), half-int(submessageLen)-4, message, submessage);
|
||||
else
|
||||
{
|
||||
HECL::Printf(_S("%s"), message);
|
||||
|
||||
Reference in New Issue
Block a user