* Fixed xml loading bug (the xml was scheduled for update before added to a scene)

* Fixed ClickAction situation on the same note (properties shouldn't cause big changes)
* Added some more debug output to AssetCache
This commit is contained in:
lbsa71
2008-02-20 09:38:45 +00:00
parent bf42637ee8
commit 9be5f9d6cc
4 changed files with 107 additions and 78 deletions

View File

@@ -543,7 +543,6 @@ namespace OpenSim.Region.Environment.Scenes
set
{
m_clickAction = value;
ScheduleFullUpdate();
}
}