Cleanup: Comment formatting in BMesh operator

This commit is contained in:
Hans Goudey 2022-10-11 17:48:01 -05:00
parent f5e6d4e4b0
commit a80b1adc10
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
/** \file
* \ingroup bmesh
*
* normal recalculation.
* Functionality for flipping faces to make normals consistent.
*/
#include "MEM_guardedalloc.h"
@ -47,7 +47,7 @@ static bool bmo_recalc_normal_loop_filter_cb(const BMLoop *l, void *UNUSED(user_
* +------------+
* </pre>
*
* In the example above, the a\ face can point towards the \a center
* In the example above, the \a face can point towards the \a center
* which would end up flipping the normals inwards.
*
* To take these spikes into account, find the furthest face-loop-vertex.