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
Notes: blender-bot 2023-02-14 10:29:30 +01:00
Referenced by issue #87576, Smoke: "changing Flow Type" does not affect already computed frames.
Referenced by issue #85565, Blender crashes when you hit command z, delete something or render something.
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). */