Skip to content

Commit

Permalink
Fix Mesh default properties
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Dec 8, 2024
1 parent 16605e9 commit cc3e2e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/MeshUnmanaged.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class MeshUnmanaged : public ::Mesh {
boneIds = nullptr;
boneWeights = nullptr;
boneMatrices = nullptr;
boneCount = 0;
vaoId = 0;
vboId = nullptr;
}
Expand Down

0 comments on commit cc3e2e0

Please sign in to comment.