fix crash at line 2207: llassert(dst->isFinite3()) in llvolume.cpp

master
Xiaohong Bao 2014-02-04 21:32:11 -07:00
parent 2ab11c8e34
commit e2d14cfd47
1 changed files with 1 additions and 0 deletions

View File

@ -2086,6 +2086,7 @@ void LLVolume::resizePath(S32 length)
{
mPathp->resizePath(length);
mVolumeFaces.clear();
setDirty();
}
void LLVolume::regen()