mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 08:06:27 +08:00
make dynamic textures temporary to try to stop filling up the
asset db.
This commit is contained in:
@@ -176,7 +176,7 @@ namespace OpenSim.Region.Environment.Modules
|
||||
asset.Type = 0;
|
||||
asset.Description = "dynamic image";
|
||||
asset.Local = false;
|
||||
asset.Temporary = false;
|
||||
asset.Temporary = true;
|
||||
scene.AssetCache.AddAsset(asset);
|
||||
|
||||
LastAssetID = asset.FullID;
|
||||
|
||||
Reference in New Issue
Block a user