Fix compilation

This commit is contained in:
SirLynix 2022-08-24 18:07:18 +02:00 committed by Jérôme Leclercq
parent 4a55d40aec
commit 999593ca51
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ namespace Nz
m_impl->joints = skeleton.m_impl->joints;
// Restore parent hierarchy
const Joint* firstJoint = skeleton.m_impl->joints.data();
const Node* firstJoint = skeleton.m_impl->joints.data();
std::size_t jointCount = skeleton.m_impl->joints.size();
for (std::size_t i = 0; i < jointCount; ++i)