* eliminate unnecessary ScheduleFullUpdate()
parent
9e4fc8e03a
commit
275048490c
|
@ -3406,8 +3406,6 @@ if (m_shape != null) {
|
||||||
protected internal void AttachToScene(ulong regionHandle)
|
protected internal void AttachToScene(ulong regionHandle)
|
||||||
{
|
{
|
||||||
m_regionHandle = regionHandle;
|
m_regionHandle = regionHandle;
|
||||||
|
|
||||||
ScheduleFullUpdate();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private byte GetAttachPointEncoded()
|
private byte GetAttachPointEncoded()
|
||||||
|
|
Loading…
Reference in New Issue