standalone
MW 2007-02-18 22:35:14 +00:00
parent e707d307e5
commit ea8c301dad
1 changed files with 2 additions and 0 deletions

View File

@ -90,6 +90,7 @@ namespace OpenSim
{ {
for(;;) for(;;)
{ {
//Should be run at a fixed frame rate
this.Update(); this.Update();
} }
} }
@ -99,6 +100,7 @@ namespace OpenSim
} }
} }
//will be called from the RunScene thread but for now is called by the timer thread.
public void Update() public void Update()
{ {
// run physics engine to update positions etc since last frame // run physics engine to update positions etc since last frame