mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Hopefully fixes mantis #3063.
This commit is contained in:
@@ -5293,7 +5293,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
//if (handlerTextureRequest != null)
|
||||
//OnRequestTexture(this, args);
|
||||
m_imageManager.EnqueueReq(args);
|
||||
|
||||
// in the end, we null this, so we have to check if it's null
|
||||
if (m_imageManager != null)
|
||||
m_imageManager.EnqueueReq(args);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user