mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Added: #1092 Some extra log info.
This commit is contained in:
parent
bca8fe24f1
commit
5ddd8be104
1 changed files with 3 additions and 1 deletions
|
@ -2587,9 +2587,10 @@ bool CExportNel::calculateLM( CMesh::CMeshBuild *pZeMeshBuild, CMeshBase::CMeshB
|
|||
string sLMName = sBaseName + NLMISC::toString(i) + ".tga";
|
||||
if (CFile::fileExists(sLMName))
|
||||
{
|
||||
nlinfo("DELETE %s", sLMName.c_str());
|
||||
if (!CFile::deleteFile(sLMName))
|
||||
{
|
||||
nlwarning("Failed to delete file %s.", sLMName.c_str());
|
||||
nlwarning("Failed to delete file %s", sLMName.c_str());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -2608,6 +2609,7 @@ bool CExportNel::calculateLM( CMesh::CMeshBuild *pZeMeshBuild, CMeshBase::CMeshB
|
|||
COFile f( sSaveName );
|
||||
try
|
||||
{
|
||||
nlinfo("SAVE %s", sSaveName.c_str());
|
||||
if (lmcEnabled)
|
||||
{
|
||||
// In fact the output is 32 bits because we need the alpha channel
|
||||
|
|
Loading…
Reference in a new issue