mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Lightmap debug message
This commit is contained in:
parent
982e720f1e
commit
9d0695feee
1 changed files with 2 additions and 0 deletions
|
@ -2144,6 +2144,8 @@ void appendLightmapLog (COFile &outputLog, const char *lightmapName, const vecto
|
|||
bool CExportNel::calculateLM( CMesh::CMeshBuild *pZeMeshBuild, CMeshBase::CMeshBaseBuild *pZeMeshBaseBuild, INode& ZeNode,
|
||||
TimeValue tvTime, uint firstMaterial, bool outputLightmapLog)
|
||||
{
|
||||
nldebug("Calculate LM: '%s'", ZeNode.GetName());
|
||||
|
||||
DWORD t = timeGetTime();
|
||||
|
||||
uint32 i, j;
|
||||
|
|
Loading…
Reference in a new issue