We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ce142d commit 1749440Copy full SHA for 1749440
1 file changed
include/Mesh.hpp
@@ -48,7 +48,7 @@ class Mesh : public MeshUnmanaged {
48
other.indices = nullptr;
49
other.animVertices = nullptr;
50
other.animNormals = nullptr;
51
- other.boneIds = nullptr;
+ other.boneIndices = nullptr;
52
other.boneWeights = nullptr;
53
other.vaoId = 0;
54
other.vboId = nullptr;
@@ -73,7 +73,7 @@ class Mesh : public MeshUnmanaged {
73
74
75
76
77
78
79
0 commit comments