Misc fixes

This commit is contained in:
LagoLunatic
2023-09-24 21:20:57 -04:00
parent 2b617ebc6e
commit 3f2c2f73ce
6 changed files with 14 additions and 125 deletions
+2 -2
View File
@@ -558,8 +558,8 @@ namespace daObjMovebox {
} else {
numPnts = 4;
}
if (numPnts > mPath->mNum) {
numPnts = mPath->mNum;
if (numPnts > mPath->m_num) {
numPnts = mPath->m_num;
}
s32 pntIdx;