* Changed a number of field names to ccc (public members shouldn't be called m_)

This commit is contained in:
lbsa71
2008-07-26 21:22:15 +00:00
parent c12d4d21e3
commit 8e869b2fff
8 changed files with 70 additions and 70 deletions

View File

@@ -468,7 +468,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine
{
LLUUID appDomain=assetID;
if (part.ParentGroup.RootPart.m_IsAttachment)
if (part.ParentGroup.RootPart.IsAttachment)
appDomain = part.ParentGroup.RootPart.UUID;
if (!m_AppDomains.ContainsKey(appDomain))