Reinstated the behavior of AddPrimShape as it was as of December. Trying to fix mantis #4777

0.7-release
Diva Canto 2010-06-19 08:51:07 -07:00
parent 954906f0bd
commit db046f1fba
1 changed files with 1 additions and 0 deletions

View File

@ -1781,6 +1781,7 @@ namespace OpenSim.Region.Physics.OdePlugin
m_log.ErrorFormat("[PHYSICS]: Exception while meshing prim {0}.", primName);
m_log.Debug(e.ToString());
mesh = null;
return null;
}
}