diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-08-28 15:03:03 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-08-28 15:03:03 -0400 |
| commit | f2be4dc1ffc18f272f5f71fc57186a8a44feb51c (patch) | |
| tree | 610cc5585c306e9b85d8ce151cb56baf33a68ddf /src/SSystem | |
| parent | 60a05bdb832864d09f5d4c74ffcfd928026d884f (diff) | |
Various J3D inline fixes
Diffstat (limited to 'src/SSystem')
| -rw-r--r-- | src/SSystem/SComponent/c_cc_d.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SSystem/SComponent/c_cc_d.cpp b/src/SSystem/SComponent/c_cc_d.cpp index 394293d1..e53fbe3a 100644 --- a/src/SSystem/SComponent/c_cc_d.cpp +++ b/src/SSystem/SComponent/c_cc_d.cpp @@ -27,7 +27,7 @@ bool cCcD_DivideInfo::Chk(const cCcD_DivideInfo& other) const { /* 80241428-80241558 .text SetArea__15cCcD_DivideAreaFRC8cM3dGAab */ void cCcD_DivideArea::SetArea(const cM3dGAab& aabb) { - *(cM3dGAab*)this = aabb; + Set(aabb.GetMinP(), aabb.GetMaxP()); mScaledXDiff = (GetMaxX() - GetMinX()) * 0.09090909f; mXDiffIsZero = cM3d_IsZero(mScaledXDiff); if (!mXDiffIsZero) |
