We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16805d1 commit 72aca24Copy full SHA for 72aca24
include/ModelAnimation.hpp
@@ -71,6 +71,8 @@ class ModelAnimation : public ::ModelAnimation {
71
other.bones = nullptr;
72
other.frameCount = 0;
73
other.framePoses = nullptr;
74
+
75
+ return *this;
76
}
77
78
/**
0 commit comments