minor: remove compiler warning in SceneObjectPartInventory

This commit is contained in:
Justin Clark-Casey (justincc)
2014-05-20 23:54:49 +01:00
parent 9479f64778
commit 32070fa5f4

View File

@@ -751,7 +751,7 @@ namespace OpenSim.Region.Framework.Scenes
Vector3 bbox;
float offsetHeight;
bool single = m_part.ParentGroup.Scene.GetObjectsToRez(rezAsset.Data, false, out objlist, out veclist, out bbox, out offsetHeight);
m_part.ParentGroup.Scene.GetObjectsToRez(rezAsset.Data, false, out objlist, out veclist, out bbox, out offsetHeight);
for (int i = 0; i < objlist.Count; i++)
{