mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
oops..
This commit is contained in:
@@ -111,7 +111,7 @@ namespace OpenSim.Capabilities.Handlers
|
||||
asset = new AssetBase(assetID, "Baked Texture", (sbyte)AssetType.Texture, m_HostCapsObj.AgentID.ToString());
|
||||
asset.Data = data;
|
||||
asset.Temporary = true;
|
||||
asset.Local = false;
|
||||
asset.Local = true;
|
||||
m_assetService.Store(asset);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user