LIBOMV-379 Added Animation type support to wrapper creation in AssetManager
git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@2218 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -888,6 +888,9 @@ namespace OpenMetaverse
|
||||
case AssetType.Bodypart:
|
||||
asset = new AssetBodypart();
|
||||
break;
|
||||
case AssetType.Animation:
|
||||
asset = new AssetAnimation();
|
||||
break;
|
||||
default:
|
||||
Logger.Log("Unimplemented asset type: " + type, Helpers.LogLevel.Error, Client);
|
||||
return null;
|
||||
|
||||
Reference in New Issue
Block a user