diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-08 18:02:31 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-01-08 18:02:31 -0500 |
| commit | 4bd6442291b46fc57e54bc3ad98cd80e5b368b45 (patch) | |
| tree | f24912f4e4329a2dc33fff71b8afa6acbe34aa95 /include/JSystem/J3DGraphAnimator | |
| parent | 101a096809e25cc24da00e60036d6de39e61d5bf (diff) | |
JPADrawVisitor couple funcs
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DJoint.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DJoint.h b/include/JSystem/J3DGraphAnimator/J3DJoint.h index 31ef21a2..fcf20390 100644 --- a/include/JSystem/J3DGraphAnimator/J3DJoint.h +++ b/include/JSystem/J3DGraphAnimator/J3DJoint.h @@ -19,7 +19,7 @@ public: void initAnm() { for (int i = 0; i < 4; i++) { - mOne[i] = 0; + mOne[i] = NULL; mTwo[i] = 0.0f; } } |
