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 Ankit Meel
parent 73af884df0
commit 8c73f44a01
Notes: blender-bot 2023-02-14 00:10:08 +01:00
Referenced by issue #77348, Blender LTS: Maintenance Task 2.83
1 changed files with 1 additions and 1 deletions

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). */