1
1

Fix build error: use of unintialized variable

Differential Revision: https://developer.blender.org/D11115
This commit is contained in:
Wannes Malfait
2021-04-29 14:48:21 +05:30
committed by Himanshi Kalra
parent 868c8e8617
commit f903e3a3fd

View File

@@ -208,7 +208,7 @@ static void bm_face_bisect_verts(
}
else {
uint i;
uint i = 0;
/* ---- */
/* Check contiguous spans of centered vertices (skipping when necessary). */