mirror of
https://github.com/zeldaret/ss
synced 2026-09-01 01:31:47 -04:00
MTX/VEC cleanup
This commit is contained in:
@@ -26,7 +26,7 @@ public:
|
||||
void CalcPos(mVec3_c *, f32) const;
|
||||
|
||||
void CalcVec(Vec *pOut) const {
|
||||
PSVECSubtract(mEnd, mStart, pOut);
|
||||
VECSubtract(mEnd, mStart, pOut);
|
||||
}
|
||||
|
||||
void SetStart(const mVec3_c &);
|
||||
|
||||
Reference in New Issue
Block a user