From 6874beff528042cbcc61c4ae330cfaf2ff1ceea0 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Wed, 23 Jan 2008 22:07:48 +0000 Subject: * When Scene loads, added a platform string print out for testing purposes. Anyone on Debian want to run this revision and send me back the two platform lines? It would be helpful. --- OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Physics/OdePlugin') diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs index d13342b..dcff558 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs @@ -138,7 +138,7 @@ namespace OpenSim.Region.Physics.OdePlugin { if (_size.X == _size.Y && _size.Y == _size.Z && _size.X == _size.Z) { - if (((_size.X / 2f) > 0f) && ((_size.X / 2f) < 1000)) + if (((_size.X / 2f) > 0f)) { prim_geom = d.CreateSphere(m_targetSpace, _size.X / 2); } -- cgit v1.1