mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
* This update updates ODE to again use the AMotor to keep the avatar upright instead of the 'avatar wobble' This also uses a hack to detect debian and change the force applied by the AMotor to a different value for Debian. The intent of this all is to get the avatar to stand up in Debian with the AMotor.
This commit is contained in:
@@ -280,14 +280,6 @@ 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());
|
||||
string etcreturn = Util.ReadEtcIssue();
|
||||
if (etcreturn.Contains("Debian"))
|
||||
{
|
||||
MainLog.Instance.Verbose("PLATFORM", "Found Debian!");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user