J3DMaterialAttach work

This commit is contained in:
Jasper St. Pierre
2024-01-15 12:27:32 -08:00
parent 67142ebcb8
commit aae596f324
2 changed files with 47 additions and 2 deletions
@@ -71,8 +71,8 @@ public:
mAnmTransform = NULL;
}
J3DTexMtxAnm(J3DAnmTextureSRTKey * pAnm, u16 anmIdx) {
mAnmTransform = pAnm;
mAnmIndex = anmIdx;
mAnmTransform = pAnm;
}
void operator=(J3DTexMtxAnm const& other) {