diff options
author | Melanie | 2011-11-24 00:54:52 +0100 |
---|---|---|
committer | Melanie | 2011-11-24 00:54:52 +0100 |
commit | 11dfd7711bd6b053d291cfa10417919ae8d7d877 (patch) | |
tree | 1dedbee5d61d6c708852ff87e6d0e7342cbc63ac /OpenSim/Region/Physics/Manager/PhysicsScene.cs | |
parent | Merge branch 'bigmerge' of ssh://3dhosting.de/var/git/careminster into bigmerge (diff) | |
parent | Merge branch 'master' into bigmerge (diff) | |
download | opensim-SC-11dfd7711bd6b053d291cfa10417919ae8d7d877.zip opensim-SC-11dfd7711bd6b053d291cfa10417919ae8d7d877.tar.gz opensim-SC-11dfd7711bd6b053d291cfa10417919ae8d7d877.tar.bz2 opensim-SC-11dfd7711bd6b053d291cfa10417919ae8d7d877.tar.xz |
Merge branch 'bigmerge' of ssh://3dhosting.de/var/git/careminster into bigmerge
Diffstat (limited to 'OpenSim/Region/Physics/Manager/PhysicsScene.cs')
-rw-r--r-- | OpenSim/Region/Physics/Manager/PhysicsScene.cs | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/OpenSim/Region/Physics/Manager/PhysicsScene.cs b/OpenSim/Region/Physics/Manager/PhysicsScene.cs index acedf44..1f631ee 100644 --- a/OpenSim/Region/Physics/Manager/PhysicsScene.cs +++ b/OpenSim/Region/Physics/Manager/PhysicsScene.cs | |||
@@ -224,15 +224,9 @@ namespace OpenSim.Region.Physics.Manager | |||
224 | return false; | 224 | return false; |
225 | } | 225 | } |
226 | 226 | ||
227 | public virtual void Combine(PhysicsScene pScene, Vector3 offset, Vector3 extents) | 227 | public virtual void Combine(PhysicsScene pScene, Vector3 offset, Vector3 extents) {} |
228 | { | ||
229 | return; | ||
230 | } | ||
231 | 228 | ||
232 | public virtual void UnCombine(PhysicsScene pScene) | 229 | public virtual void UnCombine(PhysicsScene pScene) {} |
233 | { | ||
234 | |||
235 | } | ||
236 | 230 | ||
237 | /// <summary> | 231 | /// <summary> |
238 | /// Queue a raycast against the physics scene. | 232 | /// Queue a raycast against the physics scene. |