Fix build error: use of unintialized variable
Differential Revision: https://developer.blender.org/D11115
This commit is contained in:
@@ -208,7 +208,7 @@ static void bm_face_bisect_verts(
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
||||||
uint i;
|
uint i = 0;
|
||||||
|
|
||||||
/* ---- */
|
/* ---- */
|
||||||
/* Check contiguous spans of centered vertices (skipping when necessary). */
|
/* Check contiguous spans of centered vertices (skipping when necessary). */
|
||||||
|
Reference in New Issue
Block a user