mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
vs was wrong..
This commit is contained in:
@@ -1096,7 +1096,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
/// <summary>
|
||||
/// Create a new asset data structure.
|
||||
/// </summary>
|
||||
public static AssetBase CreateAsset(string name, string description, sbyte assetType, byte[] data, UUID creatorID)
|
||||
public AssetBase CreateAsset(string name, string description, sbyte assetType, byte[] data, UUID creatorID)
|
||||
{
|
||||
return new AssetBase(UUID.Random(), name, assetType, creatorID.ToString())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user