mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Really dirty hack to make sims start. Causes errors but the ting runs. Remove
when fixed right.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user