summaryrefslogtreecommitdiff
path: root/include/SSystem
diff options
context:
space:
mode:
authorMax Roncace <me@caseif.net>2026-01-11 22:20:17 -0500
committerGitHub <noreply@github.com>2026-01-11 19:20:17 -0800
commitdecb0c543799398b7e1d1ccb8fbbfe6937f5dbc0 (patch)
tree494520cb90d14ea02a5ba2f1e24231b4c5956210 /include/SSystem
parent2dd7e2ea62daaa33195b2adbca8b086ceaa6d464 (diff)
d_camera debug almost matching (#3032)
Diffstat (limited to 'include/SSystem')
-rw-r--r--include/SSystem/SComponent/c_m3d_g_pla.h2
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; }