diff options
| author | Max Roncace <me@caseif.net> | 2026-01-11 22:20:17 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-11 19:20:17 -0800 |
| commit | decb0c543799398b7e1d1ccb8fbbfe6937f5dbc0 (patch) | |
| tree | 494520cb90d14ea02a5ba2f1e24231b4c5956210 /include/SSystem/SComponent | |
| parent | 2dd7e2ea62daaa33195b2adbca8b086ceaa6d464 (diff) | |
d_camera debug almost matching (#3032)
Diffstat (limited to 'include/SSystem/SComponent')
| -rw-r--r-- | include/SSystem/SComponent/c_m3d_g_pla.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/SSystem/SComponent/c_m3d_g_pla.h b/include/SSystem/SComponent/c_m3d_g_pla.h index 2fc7463a4d..7f25724b55 100644 --- a/include/SSystem/SComponent/c_m3d_g_pla.h +++ b/include/SSystem/SComponent/c_m3d_g_pla.h @@ -22,7 +22,7 @@ public: virtual ~cM3dGPla() {} - f32 getPlaneFunc(const Vec* pPoint) const { return mD + VECDotProduct(&mNormal, pPoint); } + f32 getPlaneFunc(const Vec* pPoint) const { return mD + PSVECDotProduct(&mNormal, pPoint); } cXyz* GetNP() { return &mNormal; } const cXyz* GetNP() const { return &mNormal; } f32 GetD() const { return mD; } |
