mirror of
https://github.com/opensim/opensim.git
synced 2026-06-12 07:15:34 +08:00
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.
This commit is contained in:
@@ -211,6 +211,7 @@ namespace OpenSim.Region.CoreModules.Scripting.LoadImageURL
|
||||
}
|
||||
|
||||
m_textureManager.ReturnData(state.RequestID, imageJ2000);
|
||||
return;
|
||||
}
|
||||
}
|
||||
catch (WebException)
|
||||
|
||||
Reference in New Issue
Block a user