* eliminate unnecessary ScheduleFullUpdate()

This commit is contained in:
Justin Clarke Casey
2008-11-06 23:22:38 +00:00
parent 9e4fc8e03a
commit 275048490c

View File

@@ -3406,8 +3406,6 @@ if (m_shape != null) {
protected internal void AttachToScene(ulong regionHandle)
{
m_regionHandle = regionHandle;
ScheduleFullUpdate();
}
private byte GetAttachPointEncoded()