diff options
author | Justin Clarke Casey | 2008-10-16 17:14:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-10-16 17:14:02 +0000 |
commit | 4df08aed304875e1e435272a92d58bf20a1bbe4d (patch) | |
tree | 1b643dcfcb84a5a9d24f69955f83afe824368fb2 /OpenSim/Region/Physics/OdePlugin | |
parent | fix line endings, as apparently the bot didn't do this yet (diff) | |
download | opensim-SC_OLD-4df08aed304875e1e435272a92d58bf20a1bbe4d.zip opensim-SC_OLD-4df08aed304875e1e435272a92d58bf20a1bbe4d.tar.gz opensim-SC_OLD-4df08aed304875e1e435272a92d58bf20a1bbe4d.tar.bz2 opensim-SC_OLD-4df08aed304875e1e435272a92d58bf20a1bbe4d.tar.xz |
* Apply http://opensimulator.org/mantis/view.php?id=2401
* Removes spacers that are also separators in llParseString2List
* Thanks idb
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs index 9ad9318..23481c6 100644 --- a/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs +++ b/OpenSim/Region/Physics/OdePlugin/ODECharacter.cs | |||
@@ -411,6 +411,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
411 | _parent_scene.actor_name_map[Shell] = (PhysicsActor) this; | 411 | _parent_scene.actor_name_map[Shell] = (PhysicsActor) this; |
412 | } | 412 | } |
413 | } | 413 | } |
414 | |||
414 | /// <summary> | 415 | /// <summary> |
415 | /// This creates the Avatar's physical Surrogate at the position supplied | 416 | /// This creates the Avatar's physical Surrogate at the position supplied |
416 | /// </summary> | 417 | /// </summary> |