diff options
author | Justin Clark-Casey (justincc) | 2011-07-11 02:11:16 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-11 02:11:16 +0100 |
commit | c6d4304a0442c606a1f87e440183ed0b7dbc384e (patch) | |
tree | 67abed71717cbf2a80d60cd0f24b3e19fd1fcffd /OpenSim | |
parent | refactor: make argument to SOP.UpdatePrimFlags() more readable (diff) | |
download | opensim-SC_OLD-c6d4304a0442c606a1f87e440183ed0b7dbc384e.zip opensim-SC_OLD-c6d4304a0442c606a1f87e440183ed0b7dbc384e.tar.gz opensim-SC_OLD-c6d4304a0442c606a1f87e440183ed0b7dbc384e.tar.bz2 opensim-SC_OLD-c6d4304a0442c606a1f87e440183ed0b7dbc384e.tar.xz |
refactor: very minor space insertion
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 1a58952..4fa3a68 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -4339,7 +4339,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
4339 | bool wasPhantom = ((Flags & PrimFlags.Phantom) != 0); | 4339 | bool wasPhantom = ((Flags & PrimFlags.Phantom) != 0); |
4340 | bool wasVD = VolumeDetectActive; | 4340 | bool wasVD = VolumeDetectActive; |
4341 | 4341 | ||
4342 | if ((UsePhysics == wasUsingPhysics) && (wasTemporary == SetTemporary) && (wasPhantom == SetPhantom) && (SetVD== wasVD)) | 4342 | if ((UsePhysics == wasUsingPhysics) && (wasTemporary == SetTemporary) && (wasPhantom == SetPhantom) && (SetVD == wasVD)) |
4343 | { | 4343 | { |
4344 | return; | 4344 | return; |
4345 | } | 4345 | } |