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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user