Really dirty hack to make sims start. Causes errors but the ting runs. Remove

when fixed right.
avinationmerge
Melanie 2012-02-28 10:37:46 +01:00
parent a725b5e01e
commit 9bad3b846f
1 changed files with 5 additions and 1 deletions

View File

@ -1810,7 +1810,11 @@ namespace OpenSim.Region.Physics.OdePlugin
_size.X = 0.01f;
_size.Y = 0.01f;
_size.Z = 0.01f;
return false;
mesh.releaseSourceMeshData();
// Temporarily hacking this to true which causes the object
// to get no physical representation, effectively making it
// phantom
return true;
}