From 93057e5c87a07749f8d55e62bbe4bac057bb5caf Mon Sep 17 00:00:00 2001 From: hatal175 Date: Wed, 10 May 2023 00:35:40 +0300 Subject: [PATCH] Add fake match comment to J3DJoint::J3DJoint (#330) --- libs/JSystem/J3DGraphAnimator/J3DJoint.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/JSystem/J3DGraphAnimator/J3DJoint.cpp b/libs/JSystem/J3DGraphAnimator/J3DJoint.cpp index 5a47cef918b..bf80c155d30 100644 --- a/libs/JSystem/J3DGraphAnimator/J3DJoint.cpp +++ b/libs/JSystem/J3DGraphAnimator/J3DJoint.cpp @@ -200,6 +200,7 @@ J3DJoint::J3DJoint() { mJntNo = 0; mKind = 1; mScaleCompensate = false; + // This line is probably a fake match but the normal = works nothing like this. *(copyhelper*)&mTransformInfo = *(copyhelper*)&j3dDefaultTransformInfo; mBoundingSphereRadius = 0.0f; mMtxCalc = NULL;