zircon
parent
c3797efab6
commit
e7295a1af0
|
@ -83,7 +83,7 @@ namespace OpenSim
|
||||||
private PhysicsManager physManager;
|
private PhysicsManager physManager;
|
||||||
private System.Timers.Timer timer1 = new System.Timers.Timer();
|
private System.Timers.Timer timer1 = new System.Timers.Timer();
|
||||||
private string ConfigDll = "SimConfig.dll";
|
private string ConfigDll = "SimConfig.dll";
|
||||||
private string _physicsEngine = "PhysX";
|
private string _physicsEngine = "basicphysics";
|
||||||
public bool sandbox = false;
|
public bool sandbox = false;
|
||||||
public bool loginserver = false;
|
public bool loginserver = false;
|
||||||
|
|
||||||
|
@ -98,7 +98,7 @@ namespace OpenSim
|
||||||
|
|
||||||
Instance.sandbox = false;
|
Instance.sandbox = false;
|
||||||
Instance.loginserver = false;
|
Instance.loginserver = false;
|
||||||
Instance._physicsEngine = "PhysX";
|
Instance._physicsEngine = "basicphysics";
|
||||||
|
|
||||||
for (int i = 0; i < args.Length; i++)
|
for (int i = 0; i < args.Length; i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue