Second pass to fix compilation warnings

This commit is contained in:
Antoine Pilote
2024-08-15 12:52:24 -04:00
parent daa640cc7c
commit d942afd16f
4 changed files with 13 additions and 11 deletions

View File

@@ -105,7 +105,7 @@ namespace Nuake
m_Meshes = otherModel->GetMeshes();
m_Animations = otherModel->GetAnimations();
m_SkeletonRoot = otherModel->GetSkeletonRootNode();
m_NumAnimation = m_Animations.size();
m_NumAnimation = static_cast<uint32_t>(m_Animations.size());
m_CurrentAnimation = 0;
if (j.contains("SkeletonNode"))