diff options
author | Justin Clark-Casey (justincc) | 2011-07-16 03:52:30 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-07-16 03:52:30 +0100 |
commit | 4b5a6b655becd5162054bc53365fdcd9c7ed1772 (patch) | |
tree | 1b5f3e6418b180fcd0da65caaf09005c7d349018 /OpenSim/Services | |
parent | refactor: make SceneObjectGroup.GroupScale() a property rather than a mehod (diff) | |
download | opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.zip opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.gz opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.bz2 opensim-SC_OLD-4b5a6b655becd5162054bc53365fdcd9c7ed1772.tar.xz |
add test for resizing one part in a group
Diffstat (limited to 'OpenSim/Services')
-rw-r--r-- | OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs b/OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs index 520d639..69e2d17 100644 --- a/OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs +++ b/OpenSim/Services/Connectors/MapImage/MapImageServiceConnector.cs | |||
@@ -50,7 +50,6 @@ namespace OpenSim.Services.Connectors | |||
50 | MethodBase.GetCurrentMethod().DeclaringType); | 50 | MethodBase.GetCurrentMethod().DeclaringType); |
51 | 51 | ||
52 | private string m_ServerURI = String.Empty; | 52 | private string m_ServerURI = String.Empty; |
53 | private IImprovedAssetCache m_Cache = null; | ||
54 | 53 | ||
55 | public MapImageServicesConnector() | 54 | public MapImageServicesConnector() |
56 | { | 55 | { |