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 Jeroen Bakker
parent 0b61b75151
commit ec0a3ff456
Notes: blender-bot 2023-02-14 04:46:12 +01:00
Referenced by issue #77348, Blender LTS: Maintenance Task 2.83
1 changed files with 1 additions and 1 deletions

View File

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