From decb0c543799398b7e1d1ccb8fbbfe6937f5dbc0 Mon Sep 17 00:00:00 2001 From: Max Roncace Date: Sun, 11 Jan 2026 22:20:17 -0500 Subject: d_camera debug almost matching (#3032) --- include/SSystem/SComponent/c_m3d_g_pla.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/SSystem') 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; } -- cgit v1.2.3