Random code cleanup

This commit is contained in:
SirLynix
2023-06-05 18:05:16 +02:00
parent 1a55b550fb
commit b9c1559d97
10 changed files with 31 additions and 46 deletions

View File

@@ -22,7 +22,7 @@ namespace Nz
else
{
// TODO: Implement GPU to CPU
throw std::runtime_error("buffer is not mappable not implemented");
throw std::runtime_error("buffer is not mappable: not implemented");
}
}
}

View File

@@ -82,7 +82,6 @@ namespace Nz
if (jointCount == 0)
return;
// TODO: This will trigger a lot of invalidation which can be avoided
const Joint* referenceJoints = m_referenceSkeleton->GetJoints();
Joint* attachedJoints = m_attachedSkeleton.GetJoints();