Really dirty hack to make sims start. Causes errors but the ting runs. Remove
when fixed right.avinationmerge
parent
a725b5e01e
commit
9bad3b846f
|
@ -1810,7 +1810,11 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
_size.X = 0.01f;
|
_size.X = 0.01f;
|
||||||
_size.Y = 0.01f;
|
_size.Y = 0.01f;
|
||||||
_size.Z = 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue