Changed: OutputPath is already "standardized"

--HG--
branch : develop
hg/feature/material-editor
kervala 9 years ago
parent fe018c959b
commit ed98662de3

@ -936,7 +936,7 @@ static void BuildColoredVersionForOneBitmap(const CBuildInfo &bi, const std::str
nlinfo("Writing %s", outputFileName.c_str());
/// Save the result. We let propagate exceptions (if there's no more space disk it useless to continue...)
{
std::string fullOutputPath = bi.OutputPath + "/" + outputFileName + bi.OutputFormat;
std::string fullOutputPath = bi.OutputPath + outputFileName + bi.OutputFormat;
try
{

Loading…
Cancel
Save