Browse Source

*** empty log message ***

rdb 13 years ago
parent
commit
a018f152df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/mathutil/plane_src.I

+ 1 - 1
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);
 }
 
 ////////////////////////////////////////////////////////////////////