mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
* 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.
This commit is contained in:
@@ -280,6 +280,8 @@ namespace OpenSim.Region.Environment.Scenes
|
||||
|
||||
m_statsReporter = new SimStatsReporter(regInfo);
|
||||
m_statsReporter.OnSendStatsResult += SendSimStatsPackets;
|
||||
MainLog.Instance.Verbose("PLATFORM", System.Environment.OSVersion.Platform.ToString());
|
||||
MainLog.Instance.Verbose("PLATFORM", System.Environment.OSVersion.ToString());
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user