aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorDiva Canto2010-06-19 08:51:07 -0700
committerDiva Canto2010-06-19 08:51:07 -0700
commitdb046f1fbacf3b41b145f965cc1861df04d7aa6f (patch)
tree44b668adc26f330754f582fd12e0c386da89e9a1 /OpenSim
parentremove link to wiki mysql-config since the page was out-of-date and actively ... (diff)
downloadopensim-SC_OLD-db046f1fbacf3b41b145f965cc1861df04d7aa6f.zip
opensim-SC_OLD-db046f1fbacf3b41b145f965cc1861df04d7aa6f.tar.gz
opensim-SC_OLD-db046f1fbacf3b41b145f965cc1861df04d7aa6f.tar.bz2
opensim-SC_OLD-db046f1fbacf3b41b145f965cc1861df04d7aa6f.tar.xz
Reinstated the behavior of AddPrimShape as it was as of December. Trying to fix mantis #4777
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index 100f98d..7fd59a0 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -1781,6 +1781,7 @@ namespace OpenSim.Region.Physics.OdePlugin
1781 m_log.ErrorFormat("[PHYSICS]: Exception while meshing prim {0}.", primName); 1781 m_log.ErrorFormat("[PHYSICS]: Exception while meshing prim {0}.", primName);
1782 m_log.Debug(e.ToString()); 1782 m_log.Debug(e.ToString());
1783 mesh = null; 1783 mesh = null;
1784 return null;
1784 } 1785 }
1785 } 1786 }
1786 1787