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 6aa148c commit 19e1b62Copy full SHA for 19e1b62
include/ModelAnimation.hpp
@@ -71,7 +71,7 @@ class ModelAnimation : public ::ModelAnimation {
71
other.bones = nullptr;
72
other.frameCount = 0;
73
other.framePoses = nullptr;
74
-
+
75
return *this;
76
}
77
include/Shader.hpp
@@ -63,7 +63,7 @@ class Shader : public ::Shader {
63
64
other.id = 0;
65
other.locs = nullptr;
66
67
68
69
0 commit comments