mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-09 13:37:43 +00:00
Fixed log spam during project creation
This commit is contained in:
@@ -466,7 +466,10 @@ CResourceEntry* CResourceStore::CreateNewResource(const CAssetID& rkID, EResourc
|
|||||||
TrackLoadedResource(pEntry);
|
TrackLoadedResource(pEntry);
|
||||||
}
|
}
|
||||||
|
|
||||||
debugf("CREATED NEW RESOURCE: [%s] %s", *rkID.ToString(), *pEntry->CookedAssetPath());
|
if (!ExistingResource)
|
||||||
|
{
|
||||||
|
debugf("CREATED NEW RESOURCE: [%s] %s", *rkID.ToString(), *pEntry->CookedAssetPath());
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user