Asset/Inventory : Lets try this again, and we'll add tests for .Body, and .j2cData

git-svn-id: http://libopenmetaverse.googlecode.com/svn/trunk@849 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Michael Cortez
2007-01-18 01:03:32 +00:00
parent 56bf12b088
commit b141aa79b0
4 changed files with 5 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ namespace libsecondlife.InventorySystem
{
get
{
if ( Asset != null )
if (_Asset != null)
{
return ((AssetScript)Asset).Source;
}