diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-25 18:44:45 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-04-25 18:44:45 -0400 |
| commit | 341f329dde9d36a65d3bc9ce3bc09f9152944cfb (patch) | |
| tree | 4fcb33935e72da9f5e2bf93f2372c4d88c467d5b /include/JSystem/J3DGraphAnimator | |
| parent | 0c6c84d675dcfd2f795c27c2ba349fa0b9db70ab (diff) | |
d_a_obj_vgnfd OK, d_a_obj_doguu OK, clean up weak-but-not-inlined funcs in finished actors
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DModelData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DModelData.h b/include/JSystem/J3DGraphAnimator/J3DModelData.h index fc9cc198..145746da 100644 --- a/include/JSystem/J3DGraphAnimator/J3DModelData.h +++ b/include/JSystem/J3DGraphAnimator/J3DModelData.h @@ -14,7 +14,7 @@ class JUTNameTab; enum J3DMaterialCopyFlag { J3DMatCopyFlag_Material = 0x01, J3DMatCopyFlag_Texture = 0x02, - J3DMatCopyFlag_All = 0x03, + J3DMatCopyFlag_All = J3DMatCopyFlag_Material | J3DMatCopyFlag_Texture, }; enum { |
