*** empty log message ***

This commit is contained in:
rdb 2012-03-04 14:10:25 +00:00
parent 4183b88c44
commit a018f152df

View File

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