summaryrefslogtreecommitdiff
path: root/src/JSystem/J3DGraphAnimator/J3DModelData.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-11-02 00:00:04 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-11-02 00:00:04 -0400
commit3eac0a16ac69dcca66f8b74d2d50a79569e38c60 (patch)
treeb0c9d288d0baa744ef6be8293258ab11ef054a0d /src/JSystem/J3DGraphAnimator/J3DModelData.cpp
parente9f82ff359b9cffb9770ebab263770e207d6ee79 (diff)
warning cleanup
Diffstat (limited to 'src/JSystem/J3DGraphAnimator/J3DModelData.cpp')
-rw-r--r--src/JSystem/J3DGraphAnimator/J3DModelData.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/JSystem/J3DGraphAnimator/J3DModelData.cpp b/src/JSystem/J3DGraphAnimator/J3DModelData.cpp
index 8a6fa2c0..b8cd7631 100644
--- a/src/JSystem/J3DGraphAnimator/J3DModelData.cpp
+++ b/src/JSystem/J3DGraphAnimator/J3DModelData.cpp
@@ -154,6 +154,8 @@ bool J3DModelData::isDeformablePositionFormat() const {
if (vtxAttr->mCompType == GX_F32 && vtxAttr->mCompCnt == GX_POS_XYZ)
return true;
break;
+ default:
+ break;
}
}