Fix missing comment slashes that somehow

compiled on msvc
This commit is contained in:
Joseph Eagar 2021-10-14 20:28:37 -07:00
parent 77f3d2b423
commit 164ab68397
1 changed files with 1 additions and 1 deletions

View File

@ -324,7 +324,7 @@ class BMeshFairingContext : public FairingContext {
BM_mesh_elem_index_ensure(bm, BM_LOOP);
/* Deformation coords. */
#if 0 merge error ?
#if 0 //merge error ?
co_.reserve(bm->totvert);
for (int i = 0; i < bm->totvert; i++) {
BMVert *v = BM_vert_at_index(bm, i);