diff options
author | UbitUmarov | 2018-12-28 13:52:59 +0000 |
---|---|---|
committer | UbitUmarov | 2018-12-28 13:52:59 +0000 |
commit | 4a73cc81dc4e03b2b7c46829cecfc0627c3fddb4 (patch) | |
tree | 6e8200b3b7a3c0465853e42bbd790a59ccd4e312 /OpenSim/Region/PhysicsModules/POS | |
parent | update pbs (diff) | |
download | opensim-SC-4a73cc81dc4e03b2b7c46829cecfc0627c3fddb4.zip opensim-SC-4a73cc81dc4e03b2b7c46829cecfc0627c3fddb4.tar.gz opensim-SC-4a73cc81dc4e03b2b7c46829cecfc0627c3fddb4.tar.bz2 opensim-SC-4a73cc81dc4e03b2b7c46829cecfc0627c3fddb4.tar.xz |
now break several things at same time... sog/sop updates, threads options,...
Diffstat (limited to 'OpenSim/Region/PhysicsModules/POS')
-rw-r--r-- | OpenSim/Region/PhysicsModules/POS/POSScene.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/PhysicsModules/POS/POSScene.cs b/OpenSim/Region/PhysicsModules/POS/POSScene.cs index e62d876..3e278f7 100644 --- a/OpenSim/Region/PhysicsModules/POS/POSScene.cs +++ b/OpenSim/Region/PhysicsModules/POS/POSScene.cs | |||
@@ -297,16 +297,6 @@ namespace OpenSim.Region.PhysicsModule.POS | |||
297 | return 1.0f; | 297 | return 1.0f; |
298 | } | 298 | } |
299 | 299 | ||
300 | public override void GetResults() | ||
301 | { | ||
302 | } | ||
303 | |||
304 | public override bool IsThreaded | ||
305 | { | ||
306 | // for now we won't be multithreaded | ||
307 | get { return (false); } | ||
308 | } | ||
309 | |||
310 | public override void SetTerrain(float[] heightMap) | 300 | public override void SetTerrain(float[] heightMap) |
311 | { | 301 | { |
312 | _heightMap = heightMap; | 302 | _heightMap = heightMap; |