* eliminate unnecessary ScheduleFullUpdate()

0.6.0-stable
Justin Clarke Casey 2008-11-06 23:22:38 +00:00
parent 9e4fc8e03a
commit 275048490c
1 changed files with 0 additions and 2 deletions

View File

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