summaryrefslogtreecommitdiff
path: root/src/d/col/cc/d_cc_s.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/col/cc/d_cc_s.cpp')
-rw-r--r--src/d/col/cc/d_cc_s.cpp2
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++;
}