Random code cleanup
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user