From: Alan Webb <alan_webb@us.ibm.com>

The image render module is returning everything twice. Once with
  data, once with null. This change adds a return to stop this
  behavior. This was not apparent until I added a message to the
  catching routine which issued a warning message when no data was
  returned.
0.6.6-post-fixes
Dr Scofield 2009-05-19 18:34:04 +00:00
parent 88f17010b7
commit 8559f9bbba
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LoadImageURL
}
m_textureManager.ReturnData(state.RequestID, imageJ2000);
return;
}
}
catch (WebException)