You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The boneMatrices pointer in the MeshUnmanaged class isn't initialized to nullptr in the constructor, nor is it copied from another mesh in the set(const ::Mesh& mesh) method. This causes the program to attempt to free an invalid memory address.