mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
now break several things at same time... sog/sop updates, threads options,...
This commit is contained in:
@@ -229,16 +229,6 @@ namespace OpenSim.Region.PhysicsModule.BasicPhysics
|
||||
return fps;
|
||||
}
|
||||
|
||||
public override void GetResults()
|
||||
{
|
||||
}
|
||||
|
||||
public override bool IsThreaded
|
||||
{
|
||||
get { return (false); // for now we won't be multithreaded
|
||||
}
|
||||
}
|
||||
|
||||
public override void SetTerrain(float[] heightMap)
|
||||
{
|
||||
_heightMap = heightMap;
|
||||
|
||||
Reference in New Issue
Block a user