Lock the world so we don't cause nastiness and crashes
parent
0703b548c0
commit
442036fa8e
|
@ -39,8 +39,10 @@ namespace OpenSim.world
|
||||||
}
|
}
|
||||||
|
|
||||||
public void DoStuff() {
|
public void DoStuff() {
|
||||||
physics.DoStuff(this);
|
lock(this) {
|
||||||
this.Update();
|
physics.DoStuff(this);
|
||||||
|
this.Update();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Update() {
|
public void Update() {
|
||||||
|
|
Loading…
Reference in New Issue