Skip to content

Commit 1749440

Browse files
Updated boneId to boneIndices in Mesh.hpp
1 parent 9ce142d commit 1749440

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/Mesh.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class Mesh : public MeshUnmanaged {
4848
other.indices = nullptr;
4949
other.animVertices = nullptr;
5050
other.animNormals = nullptr;
51-
other.boneIds = nullptr;
51+
other.boneIndices = nullptr;
5252
other.boneWeights = nullptr;
5353
other.vaoId = 0;
5454
other.vboId = nullptr;
@@ -73,7 +73,7 @@ class Mesh : public MeshUnmanaged {
7373
other.indices = nullptr;
7474
other.animVertices = nullptr;
7575
other.animNormals = nullptr;
76-
other.boneIds = nullptr;
76+
other.boneIndices = nullptr;
7777
other.boneWeights = nullptr;
7878
other.vaoId = 0;
7979
other.vboId = nullptr;

0 commit comments

Comments
 (0)