2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 07:47:42 +00:00

Fix CScriptActorRotate

This commit is contained in:
2021-04-18 20:11:18 -07:00
parent f795332d89
commit 83fc649023
4 changed files with 19 additions and 15 deletions

View File

@@ -31,5 +31,9 @@ public:
const CScriptSpiderBallWaypoint*& closestWaypoint, zeus::CVector3f& closestPoint,
zeus::CVector3f& deltaBetweenPoints, float deltaBetweenInterpDist,
zeus::CVector3f& interpDeltaBetweenPoints) const;
void ClearWaypoints() {
xfc_aabox.reset();
xec_waypoints.clear();
}
};
} // namespace metaforce