Fix #30590: Crash in multires when undoing extrude [File incl.]

Missed initialization of hidden array when copying mdisps data from
one face to another.
This commit is contained in:
Sergey Sharybin
2012-03-20 11:51:04 +00:00
parent 1272492445
commit 12be17bfa4

View File

@@ -490,6 +490,7 @@ static void layerCopy_mdisps(const void *source, void *dest, int count)
}
else {
d[i].disps = NULL;
d[i].hidden = NULL;
d[i].totdisp = 0;
d[i].level = 0;
}