This commit is contained in:
lepelog
2026-02-01 17:36:32 +01:00
parent ab4b5ef915
commit 066967c146
9 changed files with 359 additions and 369 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ public:
return mPosition - other.mPosition;
}
void getPostionDifferenceOut(const mVec3_c &other, mVec3_c& result) const {
void getPostionDifferenceOut(const mVec3_c &other, mVec3_c &result) const {
mVec3_c diff = (other - mPosition);
result = diff;
}