needed to normalize the plane for the manipulator.

This commit is contained in:
2006-03-27 08:52:28 +00:00
parent 9053425e72
commit d26f0e8995

View File

@@ -250,6 +250,7 @@ void EM_editselection_plane(float *plane, EditSelection *ese)
VecCopyf(plane, vec);
}
}
Normalise(plane);
}