Fix some warnings

This commit is contained in:
SirLynix
2023-02-02 13:28:36 +01:00
parent 88a0bf95ca
commit 35172f5028
4 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ namespace Nz
return m_attachedSkeleton;
}
void SharedSkeletonComponent::OnReferenceJointsInvalidated(const Skeleton* skeleton)
void SharedSkeletonComponent::OnReferenceJointsInvalidated(const Skeleton* /*skeleton*/)
{
m_skeletonJointInvalidated = true;
}