From a018f152df60a0825493263314f82c5f36fcff7c Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 4 Mar 2012 14:10:25 +0000 Subject: [PATCH] *** empty log message *** --- panda/src/mathutil/plane_src.I | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/mathutil/plane_src.I b/panda/src/mathutil/plane_src.I index 6e5819b9b0..489dda5375 100644 --- a/panda/src/mathutil/plane_src.I +++ b/panda/src/mathutil/plane_src.I @@ -188,7 +188,7 @@ flip() { _v(0) = -_v(0); _v(1) = -_v(1); _v(2) = -_v(2); - // We don't flip D, that would make the plane flip over the origin. + _v(3) = -_v(3); } ////////////////////////////////////////////////////////////////////