diff options
| author | robojumper <robojumper@gmail.com> | 2026-05-07 21:23:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-07 21:23:47 +0200 |
| commit | f7b4c029fd5176e817e3de7209727480c445a3d2 (patch) | |
| tree | 9cddc9fa36ec13e7dac76c54d74257c61fe20b47 /src/d/col/cc/d_cc_s.cpp | |
| parent | ddb116187922a3f73ae3c97a136f499b7d724a2c (diff) | |
| parent | f4d163797f3c21e5a705b75043e0a8fbe7dc2460 (diff) | |
Merge pull request #313 from robojumper/vec-mtx-cleanup
Cleanup
Diffstat (limited to 'src/d/col/cc/d_cc_s.cpp')
| -rw-r--r-- | src/d/col/cc/d_cc_s.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/col/cc/d_cc_s.cpp b/src/d/col/cc/d_cc_s.cpp index e5789bcd..fca2d6a0 100644 --- a/src/d/col/cc/d_cc_s.cpp +++ b/src/d/col/cc/d_cc_s.cpp @@ -159,7 +159,7 @@ void dCcS::SetArea(mMtx_c *pMtx) { // non-match: Huh mAreas[mAreaCount].mInv = mAreas[mAreaCount].mMtx = *pMtx; - PSMTXInverse(mAreas[mAreaCount].mInv, mAreas[mAreaCount].mInv); + MTXInverse(mAreas[mAreaCount].mInv, mAreas[mAreaCount].mInv); mAreaCount++; } |
