minor: remove compiler warning in SceneObjectPartInventory

bullet-2.82
Justin Clark-Casey (justincc) 2014-05-20 23:54:49 +01:00
parent 9479f64778
commit 32070fa5f4
1 changed files with 1 additions and 1 deletions

View File

@ -751,7 +751,7 @@ namespace OpenSim.Region.Framework.Scenes
Vector3 bbox; Vector3 bbox;
float offsetHeight; 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++) for (int i = 0; i < objlist.Count; i++)
{ {