mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it
- trim trailing whitespace
This commit is contained in:
@@ -40,10 +40,10 @@ namespace OpenSim.Framework
|
||||
public AssetLandmark(AssetBase a)
|
||||
{
|
||||
Data = a.Data;
|
||||
FullID = a.FullID;
|
||||
Type = a.Type;
|
||||
Name = a.Name;
|
||||
Description = a.Description;
|
||||
Metadata.FullID = a.Metadata.FullID;
|
||||
Metadata.Type = a.Metadata.Type;
|
||||
Metadata.Name = a.Metadata.Name;
|
||||
Metadata.Description = a.Metadata.Description;
|
||||
InternData();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user