Improve collision data cooking usability

#1687
This commit is contained in:
Wojtek Figat
2023-10-13 23:33:03 +02:00
parent 887d2b2115
commit 1a5606a45c
3 changed files with 13 additions and 9 deletions

View File

@@ -609,7 +609,7 @@ bool Mesh::DownloadDataCPU(MeshBufferType type, BytesContainer& result, int32& c
ScopeLock lock(model->Locker);
if (model->IsVirtual())
{
LOG(Error, "Cannot access CPU data of virtual models. Use GPU data download");
LOG(Error, "Cannot access CPU data of virtual models. Use GPU data download.");
return true;
}