fix crash at line 2207: llassert(dst->isFinite3()) in llvolume.cpp
parent
2ab11c8e34
commit
e2d14cfd47
|
|
@ -2086,6 +2086,7 @@ void LLVolume::resizePath(S32 length)
|
|||
{
|
||||
mPathp->resizePath(length);
|
||||
mVolumeFaces.clear();
|
||||
setDirty();
|
||||
}
|
||||
|
||||
void LLVolume::regen()
|
||||
|
|
|
|||
Loading…
Reference in New Issue